P
paraidy
Hi, i'm using a richtextbox named r1, and i want to write in Bold and
italic, i tryed this for bold and it work
Dim f As New Font("Verdana", 30, FontStyle.Bold)
r1.Font = f
r1.Text = "Hello"
but if i try this for bold and italic it doesn't work
Dim f As New Font("Verdana", 30, FontStyle.Bold And FontStyle.Italic)
r1.Font = f
r1.Text = "Hello"
so how can i write in bold and italic?
Thx
italic, i tryed this for bold and it work
Dim f As New Font("Verdana", 30, FontStyle.Bold)
r1.Font = f
r1.Text = "Hello"
but if i try this for bold and italic it doesn't work
Dim f As New Font("Verdana", 30, FontStyle.Bold And FontStyle.Italic)
r1.Font = f
r1.Text = "Hello"
so how can i write in bold and italic?
Thx
