Simple Question:
I am using the Picture1.Print function of a picturebox but the text that is written is too small.
Is it possible to make it bigger?
Printable View
Simple Question:
I am using the Picture1.Print function of a picturebox but the text that is written is too small.
Is it possible to make it bigger?
Use Picture1.Font.Size = your font size here
Knew it was something simple like that! :D
Thanx a lot Pete