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.