Hi all,
Some of my forms are created dynamically, I would like to
know how I can test wether or not it has already been
created.
I need to know this because if I close my app while one of
my dynamically created forms is not freed, I get the next
time I create the (even though the entire app was closed
off) a Win32 API error reffering to a combobox on the form.
If you then kill the app using Windows CTRL-ALT-DEL menu,
and restart the app and then recreate the form all of the
user memory and systems memory is used up (0% available),
weird enough though the GDI memory is around 73% available,
and it makes Windows crash :-(
This does not happen either the form is autocreated or freed
before the app closes off.
So is there basically any way to test wether or not the form
is created ???
Thanx allot, BobbaFet
Everyone has a right to my opinion.
E-mail me at caswegkamp@hotmail.com
Some of my forms are created dynamically, I would like to
know how I can test wether or not it has already been
created.
I need to know this because if I close my app while one of
my dynamically created forms is not freed, I get the next
time I create the (even though the entire app was closed
off) a Win32 API error reffering to a combobox on the form.
If you then kill the app using Windows CTRL-ALT-DEL menu,
and restart the app and then recreate the form all of the
user memory and systems memory is used up (0% available),
weird enough though the GDI memory is around 73% available,
and it makes Windows crash :-(
This does not happen either the form is autocreated or freed
before the app closes off.
So is there basically any way to test wether or not the form
is created ???
Thanx allot, BobbaFet
Everyone has a right to my opinion.
E-mail me at caswegkamp@hotmail.com