F
Frank Rizzo
How do I open a console from a Winform App? I've tried
Console.WriteLine but that doesn't work.
Regards
Console.WriteLine but that doesn't work.
Regards
Ignacio said:hi,
You could start a cmd.exe process.
What is what you want to do exactly?
cheers,
Ignacio Machin ( .NET/ C# MVP ) said:Hi,
You are right
More than once I have tried to run cmd.exe on a win9X
I don't know the difference though, nor why the two exists.
Ignacio said:Hi,
I think that the OP want to do the opossite, write in the console window.
If that's so then you can't as the logs will be interpreted as commands.
You can use another form with a listbox for example, or a textbox ( in this
case you have to intercept the KeyPress event ).
cheers,