all groups > dotnet windows forms > september 2004 > threads for tuesday september 28
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Bigger windows form that screen resolution ??!!
Posted by Bragadiru at 9/28/2004 2:26:48 PM
Hi all,
I want to create "the biggest" windows form, but, at design time, I cannot
exceed 1292,972. My maximum screen resolution is 1280/960. I'm using Visual
Studio .NET 2002.
I found this at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsform... more >>
Getting Text from a RichEdit20a
Posted by DancinDom at 9/28/2004 2:02:51 PM
I am primarily a web developer, but I am branching out for this project into
the world of Windows Forms.
I am looking for any help, examples, samples to show me how to retrieve text
from a RichEdit20a (or RichEdit20w) that exists in another application
running on the same box.
This is the o... more >>
BUG: WinForms Status Bar Problem on XP
Posted by Sal Bompensaro at 9/28/2004 1:25:46 PM
I think I've discovered a bug in the WinForms StatusBar control as
implemented on Windows XP. A picture is worth a thousands words so:
This is the way my form is *supposed* to look. Here you can see it running
on my development server which is Win2003 Server:
http://temp.codefanatic.com/usen... more >>
Issue with messageBox
Posted by Mukesh at 9/28/2004 12:39:31 PM
Hi
I just fould a issue with MessgeBox. When i show the messagebox in my
app. Now if the user click any where else on the form out of messagebox. The
click event is kind put in a que. Now if there is a button or other control
where that person clicked, the button / control click event is fir... more >>
Control validation problem prevents me from tabbing out of a contr
Posted by Doug Perkes at 9/28/2004 11:45:05 AM
I am using simple databinding on a small form with only about 10
controls. My problem is that the _second_ time I open the form and
edit a value, I am no longer able to tab or click out of the control
that I just changed the value in.
Here's what I mean:
1. Open the app
2. Open the Details f... more >>
DataGrid: Can I use two text lines in the header ?
Posted by Heinz Z. at 9/28/2004 11:11:09 AM
Hello,
I have some boolean columns in my datagrid. To minimized the column width I
want to change the height of the header row and write the header text in two
lines.
Is this possible ?
How can I do that ?
Thank you
Heinz
... more >>
How to change the font of the main menu in application window?
Posted by Dave Leach at 9/28/2004 10:51:03 AM
I am developing a windows forms application using VS.NET in C#. I am using
the MDI style. I have a main menu defined with several layers of menu items.
I know that I can change the appearance of all menus by changing the Menu
property within the advanced appearance of the system display pro... more >>
Passing large data between forms
Posted by vikrantca at 9/28/2004 8:15:05 AM
Hello,
I have an application that simulates heat exchangers.
There is a Edit form that allows to edit the parameters of the heat
exchanger - 50-60 parameters. Currently Iam using 6 structures (each with
8-10 elements) that I pass between the main form and the edit form. These
structures are... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Impersonation and SQL Connections
Posted by Clint at 9/28/2004 7:41:04 AM
Hello all -
I'm having a problem concerning Impersonation while connecting to SQL
Server. I'm not sure if I'm posting this to the right newsgroups, so let me
know if it belongs elsewhere, and please excuse the cross-post.
I'm writing a Windows Forms application that makes direct calls to a... more >>
Add a small icon to column to signal a sort on this column in list
Posted by Greg at 9/28/2004 6:49:01 AM
Hello everybody!
I have a sortable listview control (ie, can click on any column and sort
asc/dec) however I would like to include a small icon, a 'triangle' or
'arrow' indicating that column the sort is on. This is common behaviour
almost everywhere, including the windows explorer.
I h... more >>
Handle form closing
Posted by Etienne Charland at 9/28/2004 1:57:21 AM
I have an MDI form containing child forms. I want to handle form closing to
display a confirmation message when a form is closed or when the main form
is closed. However, the Closing even of the child forms is raised before the
Closing event of the MDI form when you close the MDI form. So, if ... more >>
How do I listen on a directory?
Posted by Haim at 9/28/2004 1:20:25 AM
I know it is possible to use a listener on a directory so
that if there is any change I can catch it and update my
application accordingly.
Anybody know or have a code example as for how to do this?
Thanks,
Haim.... more >>
|