I have a non-modal child form open, Form A. From the click of a button I call "wform" to instantait form B. I need to be able to now "release" form A. However I cannot do that, since one I instantiate form B, if I ca;all thisform.release, the new form B gets released!
I have a non-modal child form open, Form A. From the click of a button I call "wform" to instantait form B. I need to be able to now "release" form A. However I cannot do that, since one I instantiate form B, if I ca;all thisform.release, the new form B gets released!