Re: Closing MDI Child Form Won't Reopen? Help!
From: Siv (gs_at_remove_me.sivill.com)
Date: 09/06/04
- Next message: Terry Olsen: "Re: RS232 Anyone???"
- Previous message: Siv: "Re: Closing MDI Child Form Won't Reopen? Help!"
- In reply to: Cor Ligthert: "Re: Closing MDI Child Form Won't Reopen? Help!"
- Next in thread: Cor Ligthert: "Re: Closing MDI Child Form Won't Reopen? Help!"
- Reply: Cor Ligthert: "Re: Closing MDI Child Form Won't Reopen? Help!"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 06 Sep 2004 07:17:32 -0700
Cor,
I did use your sample above and I now check that the form I wish to open
isn't already open but not topmost in the window order. If it isn't found
I just open a new instance and show it.
Thanks for that!
I am still interested to know why the GC process (or VB itself) doesn't get
rid of a form that I have explicitly closed and disposed. As a programmer
I need to know that the system is doing what I tell it. This sort of "I'll
get rid of it when I feel like it" sort of attitude makes me nervous,
particularly when nowadays we should be worried about hackers being able to
scan memory for information!!
I would be interested to know why MS couldn't give us a Dispose() that does
Dispose immediately!?
-- Siv GS Computing Martley, Worcester. UK. "Cor Ligthert" <notfirstname@planet.nl> wrote in news:O11GcT9kEHA.3968@TK2MSFTNGP11.phx.gbl: > Siv, > > Did you try my sample above, it is so easy and fits your problem. > > However again in general, the GC is after the executing of your code > and has nothing to do with it, it removes no references, it only > cleans up the managed heap for object that are absolute not used > anymore. > >
- Next message: Terry Olsen: "Re: RS232 Anyone???"
- Previous message: Siv: "Re: Closing MDI Child Form Won't Reopen? Help!"
- In reply to: Cor Ligthert: "Re: Closing MDI Child Form Won't Reopen? Help!"
- Next in thread: Cor Ligthert: "Re: Closing MDI Child Form Won't Reopen? Help!"
- Reply: Cor Ligthert: "Re: Closing MDI Child Form Won't Reopen? Help!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|