Closed Thread
Results 1 to 3 of 3

Thread: Help me choose the apropiate control

  1. #1
    fladur is offline Newbie
    Join Date
    Feb 2010
    Posts
    1
    Rep Power
    0

    Question Help me choose the apropiate control

    I'm creating a C# application that interacts with a C/C++ console application using Process.StandardOutput and Process.StandardInput.

    My question is, what would be the best control to display and get data with a similar feeling as a CMD command? All this is happening in "real time".

    Thanks in advance

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Ewe Loon's Avatar
    Ewe Loon is offline Learning Programmer
    Join Date
    Feb 2010
    Posts
    49
    Rep Power
    0

    Re: Help me choose the apropiate control

    I would use 2 controls, a multi lined text box for displaying and a single lined text box for typing into

  4. #3
    gaylo565's Avatar
    gaylo565 is offline Programming Professional
    Join Date
    May 2007
    Location
    flagstaff, az
    Posts
    268
    Rep Power
    21

    Re: Help me choose the apropiate control

    The closest to a command prompt would just be a multi lined text box. However Loon makes a good point, It is nice to have a seperate textbox for the users input so one can easily seperate out the programs printed results and the users input without any regular expressions.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to find a control that was created through a custom control (dll file)
    By ManyTimes in forum ASP, ASP.NET and Coldfusion
    Replies: 0
    Last Post: 05-31-2011, 04:08 PM
  2. Help me choose??
    By oktopus in forum General Programming
    Replies: 1
    Last Post: 04-30-2011, 10:50 AM
  3. How to choose a version control system
    By liamzebedee in forum General Programming
    Replies: 3
    Last Post: 04-05-2011, 02:19 PM
  4. Is there are difference between version control and revision control?
    By DarkLordofthePenguins in forum General Programming
    Replies: 4
    Last Post: 02-20-2011, 06:21 PM
  5. Which should I choose?
    By Pan in forum Linux Installation & Configuration
    Replies: 3
    Last Post: 02-21-2008, 04:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts