well you should have an event queue method somewhere...
it could be either Application.Run() at some stage (beware it's a blocking
method) or use ApplicationEx and write a custom PumpEvent event yourself!
anyway, once it's done, what about:
new Form().Show();
it's a form, it's graphical!
what about that, hey ?!
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.