Hello to all.

How to change word color in TextBox1. Just one word, for example:

printf

on blue. That only this word was blue, and all others black?

  • Good, Angry Bird - RconPro

1 answer 1

The easiest way to use RichEdit instead of TextBox. If you still want TextBox then

  1. write your component
  2. try to inherit from TextBox and completely override the rendering methods.
  • Thanks! You Help My, thanks very! - RconPro