Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
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 >>



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 >>


DevelopmentNow Blog