Hi all,
I have developed C# Windows application and I have to open and write Values in Console window.
Pls help to resolve this.
Thx in Advance
Vidhya
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
vidhya_bala2003Posted Mar 12, 2007, 2:30 AM
I'm new to C# development. Can u pls explain how to implement Windows form controls to open and write in console windows?
Thx in advance..
Vidhya
Mahesh ChandPosted Mar 8, 2007, 9:16 AM
You need to create a Windows Console application and use Console.Read and Console.Write methods.
If you want Console to be launched from a Windows Forms to just read and write values, you may want to use an alternative approach like using Windows Forms controls to read and write values.