Open and Write in Console window
-
Hi all, I have developed C#.net Windows Application and I've to open and write in Console window thru my Windows application. Pls help me to resolve this issue. Thx in Advance Vidhya
-
Hi Rahul.. I tried . Thx... But i need to write into Console window thru Win exe Code also Could u pls help Vidhya -- modified at 6:15 Thursday 8th March, 2007
Hi The easy way is start your windows project as a console application. To do this go to Project\properties\Common properties\General Change the value Output Type from Windows Application to Console Application. Now run the project. You will see that a console window will be opened fist which then launches the windows application what ever you write using Console.WriteLine will now appear on the Console window. Please let me know if this helps Neo
-
Hi The easy way is start your windows project as a console application. To do this go to Project\properties\Common properties\General Change the value Output Type from Windows Application to Console Application. Now run the project. You will see that a console window will be opened fist which then launches the windows application what ever you write using Console.WriteLine will now appear on the Console window. Please let me know if this helps Neo