I Have A RichTextBox, and a picture that makes the selected text bold, how do i make the image, when clicked again, make the selected text not bold
Printable View
I Have A RichTextBox, and a picture that makes the selected text bold, how do i make the image, when clicked again, make the selected text not bold
if you want to use it as a toggle then
richtext1.selbold = not richtext1.selbold
pete
thanx for the quick reply
Problem Solved