Click here to Skip to main content
15,914,016 members
Home / Discussions / C#
   

C#

 
GeneralRe: GDI+ drawing onto picturebox Pin
Heath Stewart20-Oct-04 9:51
protectorHeath Stewart20-Oct-04 9:51 
Generalderivation question Pin
3Dizard20-Oct-04 5:33
3Dizard20-Oct-04 5:33 
GeneralRe: derivation question Pin
Heath Stewart20-Oct-04 6:32
protectorHeath Stewart20-Oct-04 6:32 
GeneralRe: derivation question Pin
J4amieC20-Oct-04 22:41
J4amieC20-Oct-04 22:41 
GeneralRe: derivation question Pin
Heath Stewart21-Oct-04 6:27
protectorHeath Stewart21-Oct-04 6:27 
GeneralC# COM Interop Pin
koch.david20-Oct-04 5:03
koch.david20-Oct-04 5:03 
GeneralRe: C# COM Interop Pin
Heath Stewart20-Oct-04 5:50
protectorHeath Stewart20-Oct-04 5:50 
GeneralRe: C# COM Interop Pin
koch.david21-Oct-04 1:27
koch.david21-Oct-04 1:27 
GeneralRe: C# COM Interop Pin
Heath Stewart21-Oct-04 6:18
protectorHeath Stewart21-Oct-04 6:18 
GeneralTAPI Pin
rpussewela20-Oct-04 2:45
rpussewela20-Oct-04 2:45 
GeneralRe: TAPI Pin
Dave Kreskowiak20-Oct-04 2:54
mveDave Kreskowiak20-Oct-04 2:54 
GeneralMDI closing a child form Pin
Jonckheere20-Oct-04 1:50
Jonckheere20-Oct-04 1:50 
GeneralRe: MDI closing a child form Pin
benjymous20-Oct-04 3:05
benjymous20-Oct-04 3:05 
GeneralRe: MDI closing a child form Pin
Jonckheere20-Oct-04 3:24
Jonckheere20-Oct-04 3:24 
GeneralRe: MDI closing a child form Pin
benjymous20-Oct-04 3:42
benjymous20-Oct-04 3:42 
GeneralRe: MDI closing a child form Pin
Jonckheere21-Oct-04 3:47
Jonckheere21-Oct-04 3:47 
Sorry but I'm not quite where I want to be.
I will try to rephrase the problem. In my mainform I'vr got a menu for the 'windows'. You know the standard cascading en windowlist stuff.
I want to hide this menu just untill there are elements in the MdiList,
if(this.MdiChildren.Length > 0)
windowMenu.Visible = true;
Where do I put this check on the Mdichildren so I can be sure that when the Child is closed, but whatever method, the check is performed?

I've tried this:

void MainFormMdiChildActivate(object sender, System.EventArgs e)
{
CheckMdiList();
}
This is called when you 'open' or 'close' the child. The problem is that at that moment the child still exists, so it's still in the list.

Is this making things cleare of just the opposite?

Either way, I already want to thank anyone for the given help.
GeneralRe: MDI closing a child form Pin
Luis Alonso Ramos21-Oct-04 9:08
Luis Alonso Ramos21-Oct-04 9:08 
Generalbackground application Pin
ppp00120-Oct-04 1:31
ppp00120-Oct-04 1:31 
GeneralRe: background application Pin
manivannan.p20-Oct-04 4:42
manivannan.p20-Oct-04 4:42 
GeneralSending Message to all clients Pin
Zapss20-Oct-04 1:23
Zapss20-Oct-04 1:23 
GeneralRe: Sending Message to all clients Pin
Heath Stewart20-Oct-04 6:27
protectorHeath Stewart20-Oct-04 6:27 
GeneralRe: Sending Message to all clients Pin
Zapss20-Oct-04 20:25
Zapss20-Oct-04 20:25 
Generalenabling log4net Pin
samithas20-Oct-04 0:56
samithas20-Oct-04 0:56 
GeneralRe: enabling log4net Pin
Steve Maier20-Oct-04 4:54
professionalSteve Maier20-Oct-04 4:54 
GeneralRe: enabling log4net Pin
samithas21-Oct-04 17:08
samithas21-Oct-04 17:08 

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.