Hi!
Disc:
I'm making a 'Mini-Word' (notepad). I want to use a button that
makes a highlighted text Bold. I managed to do that for the whole
textbox, but i need the exact highlighted Text.
Printable View
Hi!
Disc:
I'm making a 'Mini-Word' (notepad). I want to use a button that
makes a highlighted text Bold. I managed to do that for the whole
textbox, but i need the exact highlighted Text.
use a RichtText control instead of a textbox.
The textbox doesn't allow you to make parts of the text bold.