Instead of ShowWindow you might want to give ShowDialog a try, you might even have to roll your own now close strategy, to catch the window if you are not wanting Dialog type behavior.
↧
Instead of ShowWindow you might want to give ShowDialog a try, you might even have to roll your own now close strategy, to catch the window if you are not wanting Dialog type behavior.