-
TextBox Color
Ive searched the forums looking for a solution, but no go. How can I change the color of text in a textbox when certain words are typed? Just like VS does for keywords? Im trying to create a little app for Pocket PC I can "code"with during the day. Going to use C# but help in VB.net will work.
Thanks again,
James
-
In VB, possibly the simplist way is to use a RichTextBox. There are many examples here.
(not sure if a RTB exists in EmbeddedVB - if that is in fact what you are use under Windows CE)
Also, if its a .Net Q, then you may be better of in that Forum :)
Bruce.
-
Thanks, I have both Embedded VB and VS.net 2003. Neither, I dont believe, have a RTB. Thats why Im having a little trouble with it. But thanks again.
James