obj.FontBold doesn't work...
Here is the code, I want to make the font currently used bold/italic/underline when I press on obj_bold/obj_italic/obj_underline.
Public Class frm_main
Dim f1 As New System.Drawing.Font("Arial", 20)
Dim f2 As New System.Drawing.Font("comic sans ms", 19)...
Just got into VB again... Has been a while since I worked in it... I am making a bold font button. I tried obj_textbox.FontBold = True , but FontBold doesn't seem to exist...
Also Italic and Underline?