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 ?!