Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
Does anyone know of a free terminal/console host control that I can use to host a cmd.exe process in my application?

I know of the console control Dave Kerr created (here[^]), but it does not fit my needs as I would like it to be able to show different colors and interact with the cmd.exe process (e.g. clearing the console, etc)

EDIT: Let me clarify, I want the control to clear when the console is cleared, and to change colors when the console changes colors, and so on.

And why was this voted a 1?
Posted
Updated 17-Nov-14 6:10am
v3
Comments
Afzaal Ahmad Zeeshan 17-Nov-14 11:42am    
You can create an API there to interact with the cmd.

1 solution

hello,

have a look a Console

http://sourceforge.net/projects/console/[^]

the source code is here
http://sourceforge.net/p/console/code/ci/master/tree/[^]

Valery.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900