G
Guest
I have a few questions regarding hidding vs closing forms. Is it bad
practice to close the current form when openning a new form? Does it create a
lot performance and memory issues? Is it better to use the Hide method
instead? And if I use the Hide method, is it true that I have to create
global variables for these forms, so that I could Show the hidden form from
another form?
practice to close the current form when openning a new form? Does it create a
lot performance and memory issues? Is it better to use the Hide method
instead? And if I use the Hide method, is it true that I have to create
global variables for these forms, so that I could Show the hidden form from
another form?