Click here to Skip to main content
15,889,542 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to open another console application using VB.NET and be able to pass arguments and parameters to it. One window has the title, logo and layout, and the other window does the processing? With both windows being one application.
Posted
Comments
Kenneth Haugland 6-Oct-12 9:58am    
It is, but way?
Herboren 6-Oct-12 10:08am    
Its just a process of learning. I remember I had done it before about 2-3 years ago but cannot remember how.
Kenneth Haugland 6-Oct-12 10:10am    
Think you neeed to set one of the applications as parent, and the othere as a child. Than there should be no problems in doing so.
Kenneth Haugland 6-Oct-12 10:11am    
But you should rather consider using separate threads instead.
Herboren 6-Oct-12 10:17am    
Where would I go about multi-threading for console applications? Or at least research it. I did a Google search but nothing related to consoles.

1 solution

Where would I go about processing separate threads?
 
Share this answer
 
Comments
Kenneth Haugland 6-Oct-12 10:25am    
Here:
http://www.codeproject.com/search.aspx?q=multithreading&x=0&y=0&sbo=kw&usfc=false

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900