[RESOLVED] Why Font Size clears all Bold formats in RichTextBox ?
Why Font Size clears all Bold formats in RichTextBox?
Using the following command removes all bold texts in the RichTextBox !!!
Code:
Richtext1.Font.Size = 16
If i do this command before bolding, the problem will be resolved. but the structure of my problem is different. it needs to change the font size after that :(
How to save the bold format?
Thank you :)
Re: Why Font Size clears all Bold formats in RichTextBox ?
Re: Why Font Size clears all Bold formats in RichTextBox ?
Actually i want to do something like this:
http://www.vbforums.com/showthread.p...nd-Zoom-Levels
But it seems the richtextbox doesn't support zoom (by code)
Edit:
The problem resolved. Details are in this post:
http://www.vbforums.com/showthread.p...=1#post5127479