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 > february 2004 > threads for saturday february 7

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

Division Confusion
Posted by Dave Brown at 2/7/2004 11:24:22 PM
Hi all, I'm having trouble understanding which data type to use to get results I expect. using float, decimal, and double I have tried the following, .. float test = 55/60; I always get 0 as the results. I expect 0.916666 I dont understand why its rounding down. Any pointers anybody ? ...more >>


Avoiding the "File download" dialog when using the WebBrowser control to navigate to an excel file (C#/Windows Forms)
Posted by Luis Ferrao at 2/7/2004 8:53:29 PM
Hi, My Windows Forms application uses the WebBrowser control to open an Excel file since OLE objects are gone in .Net. The application is actualy a clone of the one found in the MS Knowledge Base Article "How to Use the WebBrowser Control to Open Office Documents with Visual C# .NET" which ca...more >>

Normal Size Font versus Large Font
Posted by N4709L at 2/7/2004 7:01:58 PM
We have a large development team working on the same application. Some developers, because of their development hardware (which may be either a desktop or laptop, etc.) use Normal Size Font, while others prefer to use the Large Font setting. A problem arises because when you open up a form in ...more >>

Potential problem when closing application - help!
Posted by James Radke at 2/7/2004 2:24:33 PM
Hello, I have a windows forms application that I am creating. When I compile in debug mode, and run the application, it all functions fine; but when I exit the application (either via the x at the top of the form window, or via my own function) it appears that something in the application kee...more >>

Owner draw status bar text
Posted by rbscheer NO[at]SPAM my-deja.com at 2/7/2004 2:19:48 PM
Hi. How cai I center text on a owner draw status bar using vb.net? One of the panels of my status bar needs to be red and have some centered text in it. I discovered how to make it red, but didn't find a way to center text on the panel. Thanks, Robert Scheer...more >>

Windows Forms stops responding after debugging
Posted by Ben R. Bolton at 2/7/2004 1:35:24 PM
I am experiencing a very odd problem. When I stop my application at a break point or with an Assert, after I continue running my form stops responding. Is this a known problem or does any one have any suggustions as to what may be happing or how to "debug" it. Background: We have developed a...more >>

ListView's AllowColumnReorder property BUG
Posted by Kimon Ifantidis at 2/7/2004 1:51:05 AM
When we set AllowColumnReorder to true and drag column headers to reorder columns, the ListView.Columns collection remains unchanged (i.e. the indexes of the column headers do not change) Is this a bug or am I something missing?...more >>

How do I get the Forms Designer MainMenu object to generate code which uses my MenuItems instead of the base MenuItems
Posted by Nilesh Rade at 2/7/2004 12:11:05 AM
I've created a derived MenuItem class. How do I get the Forms Designer MainMenu object to generate code which uses my MenuItems instead of the base MenuItems? Base MenuItems is ReadOnly how can I supress it ...more >>




DevelopmentNow Blog