richtextbox

  • Thread starter Thread starter MFH
  • Start date Start date
M

MFH

hi all,

i want to change the color of keywords while entering in a richtextbox. like
vs.net environment.

any ideas?

thanks in advance
 
hi all,

i want to change the color of keywords while entering in a richtextbox. like
vs.net environment.

any ideas?

thanks in advance

that depends. What color would you like to change it to? :)
seriously - syntax highlighting can .. at times get to be pretty difficult.
depending on the complexity and rules you want to parse the text by you
might be looking at a lot of manual labor.
there are several syntax highliters for .net out there (I use Syncfusion)
that you might want to check out. Usually,
(component cost) <
component cost < (your salary X your hours X debugging X QA)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top