all groups > dotnet windows forms > february 2004 > threads for sunday february 29
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
annoying automatic scrolling
Posted by cody at 2/29/2004 10:18:24 PM
I have a drawing-panel which is located in a AutoScroll-enabled panel. The
problem is when I click in the drawing panel the contining panel
automatically scrolls to position (0,0).
How can I get around this annoying behaviour?
--
cody
[Freeware, Games and Humor]
www.deutronium.de.vu || w... more >>
transparent controls
Posted by Derrick at 2/29/2004 7:45:12 PM
Is it possible to make the background color of controls (such as group
boxes, lables, text boxes and check boxes, tabpage ) to transparent?
In case you need more information, I have added some code to the form_paint
method to paint the background with a gradiant. I need to get the controls
on... more >>
How to create an Outlook Style Event Calendar in VB.Net
Posted by Paul Rea at 2/29/2004 5:43:16 PM
Hi,
Does anyone have any ideas as to how I should best approach creating an
outlook style event calendar in VB.NET?
Any help would be greatly appreciated.
Thanks. Paul
... more >>
PropertyGrid section
Posted by Bronco at 2/29/2004 1:51:30 PM
How do I make sections in a PropertyGrid. IOW. what do I have to do to
prevent every public property appearing in the "misc" section?
TIA,
Bronco... more >>
debug user control
Posted by zemp at 2/29/2004 11:11:08 AM
i heard that it is possible to du\ebug user control while design time how ????... more >>
change color of TabPage header
Posted by zempit at 2/29/2004 10:41:05 AM
How can i change TabPage Header color?... more >>
How to display money number in a DataGrid?
Posted by Toto at 2/29/2004 9:51:06 AM
I want to display a double field in the format of currency. For example
100.345 as 100.36
But since the data grid is bound to a dataset, I find no way to control it
I am using an untyped dataset. Can this problem be solved if I using a typed
dataset
Thanks a lot.... more >>
Dynamically Add User Controls to a Form at Run Time?
Posted by Stewart Armbrecht at 2/29/2004 9:49:35 AM
Is it possible to dynamically load a user control on a windows form similar
to the way you can load a web user control to an aspx page. Basically, I
would like the database to determine which controls are loaded to a form. I
am trying to mimic the IBuySpy portal functionality in a windows
appl... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can't close a window form
Posted by Dave at 2/29/2004 8:51:06 AM
I am having a problem closing a window form. Calling Close() or click X does close it after a certain combination of events. When I overrode OnClosing, I found that the CancelEventArgs's Cancel property was set to true. Would some one help me out why CancelEventArgs's Cancel property be set to tr... more >>
|