|
-
Feb 16th, 2005, 12:26 AM
#1
Thread Starter
Member
Bold Italic and Underlined
In my Wordpad application,I have 3 buttons doing the font functions Bold, Italic and Underlined.
All 3 buttons are Push Buttons.
I have done the following,
If all 3 buttons are clicked:
Richtextbox1.Font=New Font(Combobox1.Text,Combobox2.Text,Font.StyleBold AND Font.StyleItalic AND Font.StyleUnderlined)
But the code doesnt seem to work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|