Custom command textbox

kejpa

Junior Contributor
Joined
Oct 10, 2003
Messages
320
Hi,
does anyone know of a IDE like textbox where you can colorize your commands?
We have a set of commands for controlling some external devices and it would be soo nice if I could make the commands appear colorized and maybe also indented. Is there such a contol available (for free ;)) ?

TIA
/Kejpa
 
kejpa said:
Hi,
does anyone know of a IDE like textbox where you can colorize your commands?
We have a set of commands for controlling some external devices and it would be soo nice if I could make the commands appear colorized and maybe also indented. Is there such a contol available (for free ;)) ?

TIA
/Kejpa

I don't know if there is a 3rd party control, but you could use a richtextbox control and use the abilities of the control to colorize any text you want. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformsrichtextboxclasstopic.asp
 
Back
Top