non-graphics application

  • Thread starter Thread starter yamne
  • Start date Start date
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
Background image on form 1
Image error 6
Which GPU do you use? 16
Create run form from non-graphical class 4
Dell Optiplex graphics driver failure 2

Back
Top