all groups > dotnet windows forms > october 2004 > threads for saturday october 9
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 31
how to: persist the DesktopBounds with a menu?
Posted by assaf at 10/9/2004 11:18:14 PM
hi all
i have a form that i would like to persist its desktopbounds.
however, upon each shut down + start up of the application
and the form,
the form's bottom grows by about the size of a menu.
this is obviousely an unwanted effect.
how can i persist the desktop bounds of my form with... more >>
Form Display Problem, Flickering, display delay
Posted by James Li at 10/9/2004 8:59:01 PM
I have a mdi child form that has many controls on it, about 75 of them. When
the form is showed, there is a 1 to 2 seconds of delay for all the controls
to show up. There is a lot of flickering, it looks very bad. Is there a way
so that I can have all the controls loaded/showed at the same t... more >>
MDIchilds minimize, maximize & close buttons - not visibe?
Posted by Torben Philippsen at 10/9/2004 4:12:02 PM
Hi,
When opening my MDI childs in FormWindowState.Maximized the minimize,
maximize and close buttons in the upper right corner doesn't show.
When pointing the mouse to the area I get to see the tooltips and when
clicking the left mouse button and dragging the mouse over that area they
are f... more >>
Which control to use
Posted by Amil at 10/9/2004 7:39:04 AM
Hi all,
I want to create a user control that is irregularly shaped (ex. star) and I
want to be able to fill the control with color based on a percentage. The
color fill will be 10% filled; 50% filled from the bottom, etc. Is there a
quick way to do this? I prefer not to use GDI+ if at all... more >>
Nasty bub VIS or corruption in my winforms 1.1 app
Posted by moondaddy at 10/9/2004 1:53:22 AM
I was working in my app today and my app was running fine. Then one time
when I tried to run it I started getting this error when the app tried to
load. Here's the error:
StackTrace " at
System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32
nCmdShow)
at System.Windo... more >>
Custom dialog window.. Hmm
Posted by Øyvind_Jægtnes at 10/9/2004 1:03:37 AM
I have a main form and a second form where i have set a ok button to
AcceptButton and a cancel button to CancelButton in the properties view.
I launch it with:
TheDialog dlg = new TheDialog();
dlg.ShowDialog();
Now it shows. I can click the cancel button or press escape and the form
cl... more >>
|