J
Jacob
Hello,
My question if fairly simple:
I start an new application loop by eg. Application.Run(new SomeFrm);
and then after some event I want to launch another form in
exactly the same way - I would like to move application loop to
this other form and close the old one.
I don't know if this could be accomplished within the same thread ?
And of course I wan't to close this old one without closing the application.
My question if fairly simple:
I start an new application loop by eg. Application.Run(new SomeFrm);
and then after some event I want to launch another form in
exactly the same way - I would like to move application loop to
this other form and close the old one.
I don't know if this could be accomplished within the same thread ?
And of course I wan't to close this old one without closing the application.