Jump to content

Multiple command prompt windows?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
fpod

fpod

    Newbie

  • Members
  • Pip
  • 1 posts
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.

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
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
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
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.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums