Click here to Skip to main content
15,913,486 members
Home / Discussions / C#
   

C#

 
GeneralRe: fine tune form's paint event handler Pin
sreejith ss nair19-Aug-04 19:59
sreejith ss nair19-Aug-04 19:59 
GeneralRe: fine tune form's paint event handler Pin
CNU19-Aug-04 20:30
CNU19-Aug-04 20:30 
GeneralRe: fine tune form's paint event handler Pin
sreejith ss nair19-Aug-04 21:24
sreejith ss nair19-Aug-04 21:24 
GeneralSplit me Pin
sreejith ss nair19-Aug-04 19:00
sreejith ss nair19-Aug-04 19:00 
GeneralC# MDB Connect Pin
jzb19-Aug-04 18:32
jzb19-Aug-04 18:32 
GeneralRe: C# MDB Connect Pin
Nemanja Trifunovic20-Aug-04 3:35
Nemanja Trifunovic20-Aug-04 3:35 
GeneralASP timeout Pin
jzb19-Aug-04 16:07
jzb19-Aug-04 16:07 
Generalhiding MDI Child forms Pin
Member 128471219-Aug-04 15:56
Member 128471219-Aug-04 15:56 
All,

I have been writing an app that has a "Windows-Like" taskbar. When a user minimizes a MDI child, I place the form's name in the taskbar and "Hide" the MDI Child (.visible = FALSE). However, if the user resizes the taskbar or if the MDI Parent is resized the "Hidden" MDI Children magically reappear minimized.OMG | :OMG: I have stepped through the code in the IDE and the MDI child's visible property actually sets itself to TRUE. Is there any way around this? I have attempted to "re-hide" the MDI Child by putting (.visible = FALSE) in the child's "Move" event (this fires when the MDI Parent is resized or the taskbar is resized) , but this causes a flicker and does not consistently work. I have also tried the (.visible=FALSE) in the "Resize" event of the child form as well, but this does not seem to work either. Sigh | :sigh:

H E L P ! ! ! ! I just want the MDI child to be hidden and stay that way until "I" tell it otherwise.

Regards and thanks in Advance,
GeneralRe: hiding MDI Child forms Pin
LongRange.Shooter20-Aug-04 3:08
LongRange.Shooter20-Aug-04 3:08 
GeneralASP.NET and Graphics .. Pin
OMalleyW19-Aug-04 13:50
OMalleyW19-Aug-04 13:50 
GeneralRe: ASP.NET and Graphics .. Pin
Christian Graus19-Aug-04 13:56
protectorChristian Graus19-Aug-04 13:56 
GeneralRe: ASP.NET and Graphics .. Pin
OMalleyW20-Aug-04 2:01
OMalleyW20-Aug-04 2:01 
GeneralRe: ASP.NET and Graphics .. Pin
Christian Graus22-Aug-04 10:38
protectorChristian Graus22-Aug-04 10:38 
GeneralRe: ASP.NET and Graphics .. Pin
OMalleyW23-Aug-04 1:34
OMalleyW23-Aug-04 1:34 
GeneralRe: ASP.NET and Graphics .. Pin
Christian Graus23-Aug-04 12:14
protectorChristian Graus23-Aug-04 12:14 
GeneralSetting keyboard focus Pin
Christian Graus19-Aug-04 11:54
protectorChristian Graus19-Aug-04 11:54 
GeneralRe: Setting keyboard focus Pin
leppie19-Aug-04 13:09
leppie19-Aug-04 13:09 
GeneralRe: Setting keyboard focus Pin
Christian Graus19-Aug-04 13:12
protectorChristian Graus19-Aug-04 13:12 
GeneralRe: Setting keyboard focus Pin
progload19-Aug-04 13:16
progload19-Aug-04 13:16 
GeneralRe: Setting keyboard focus Pin
Christian Graus19-Aug-04 13:21
protectorChristian Graus19-Aug-04 13:21 
GeneralRe: Setting keyboard focus Pin
progload19-Aug-04 13:51
progload19-Aug-04 13:51 
GeneralRe: Setting keyboard focus Pin
Christian Graus19-Aug-04 13:54
protectorChristian Graus19-Aug-04 13:54 
GeneralRe: Setting keyboard focus Pin
progload19-Aug-04 18:14
progload19-Aug-04 18:14 
GeneralRe: Setting keyboard focus Pin
Christian Graus22-Aug-04 10:30
protectorChristian Graus22-Aug-04 10:30 
GeneralAdd a variable to URL Pin
eggie519-Aug-04 11:45
eggie519-Aug-04 11:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.