console and form

  • Thread starter Thread starter enque
  • Start date Start date
E

enque

How can I have a windows form and a console running at
the same time and sharing data.
 
Why not write the common information to a file or database? This can be the easy way.

Of course, you can look at remoting to communicate between the two apps too.
 
* "enque said:
How can I have a windows form and a console running at
the same time and sharing data.

Create a console application and add a form to it.
 

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

Back
Top