non-graphics application

L

Lloyd Dupont

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.

Ask a Question

Similar Threads

background application 4
app in background 1
samples 1
merge replication 1
Background image on form 1
Which GPU do you use? 16
Image error 6
Create run form from non-graphical class 4

Top