Home » Category » Microsoft Visual Basic

Microsoft Visual Basic: ColorText - Didnt get a answer till now

202| Thu, 07 Feb 2008 23:07:00 GMT| nilesh_s_gokhal| Comments (1)
Hi

I had asked a question about changing Text color of specific words in a textbox

I got some syntax coloring codes also.But when you run this code
we get to know that the text color changes only when we click
the command buttons provided in each project. Thats is not what i want

But what i want is that this sysntax coloring facility should work when the user is continuosly typing the code in the text box
which is acting like a Editor in my application

So can any one help me on exactly what i want.

Thanx in advance

:confused: Plzzzzzz help me

Keywords & Tags: colortext, didnt, answer, till, now, microsoft, visual basic, vb

URL: http://www.programmerbase.com/visual-basic/80707/
 
«« Prev - Next »» 1 helpful answers below.
Run the code in the keypress event of the textbox. This way it will run whenever a key is pressed.

cakkie | Sat, 10 Nov 2007 00:08:00 GMT |

Microsoft Visual Basic Hot Answers

Microsoft Visual Basic New questions

Microsoft Visual Basic Related Categories