E enque Jul 23, 2004 #1 How can I have a windows form and a console running at the same time and sharing data.
G Guest Jul 23, 2004 #2 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.
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.
H Herfried K. Wagner [MVP] Jul 23, 2004 #3 * "enque said: How can I have a windows form and a console running at the same time and sharing data. Click to expand... Create a console application and add a form to it.
* "enque said: How can I have a windows form and a console running at the same time and sharing data. Click to expand... Create a console application and add a form to it.