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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|