Is there anyway that I could have one program with two command prompt windows? For example, could I type something into one of them, hit enter, and have it show up in the other one? Thanks in advance for any help.
Multiple command prompt windows?
Started by fpod, Jun 07 2008 05:17 AM
2 replies to this topic
#1
Posted 07 June 2008 - 05:17 AM
|
|
|
#2
Posted 07 June 2008 - 08:59 AM
I'm still a beginner so I might be wrong, but that would requite 2 Main() classes, which can't be possible, as far as I know.
#3
Posted 07 June 2008 - 10:28 AM
You can add normal Windows Forms to your project, and display data in those. A second console seems slightly pointless, as the whole point of a console is that everything is done in a linear fashion. If you want to make things interactive and organised, write your program using forms and link them all together.


Sign In
Create Account

Back to top









