T
Tomer
Hi,
I've a lot of form and I've tried running a thread that will create all
those form in the background, and insert them into a hashtable, when the
main application wants to go to a form it'll check the hashtable, and if the
form is there, activate it.
But for some reason this desn't work very well, the application gets stuck
when running a function inside the form, before the show method is called
(something like onShow method)
Tomer.
I've a lot of form and I've tried running a thread that will create all
those form in the background, and insert them into a hashtable, when the
main application wants to go to a form it'll check the hashtable, and if the
form is there, activate it.
But for some reason this desn't work very well, the application gets stuck
when running a function inside the form, before the show method is called
(something like onShow method)
Tomer.