V
VB Novice Hendri
Guest
I use this code to declare Font
Dim HeadingFontStyle As FontStyle = FontStyle.Bold
Dim HeadingFont As New System.Drawing.Font("Comic Sans MS", 11, HeadingFontStyle)
Dim ContentFont As New System.Drawing.Font("Comic Sans MS", 7)
I there a similar way to declare and use Color?
Continue reading...
Dim HeadingFontStyle As FontStyle = FontStyle.Bold
Dim HeadingFont As New System.Drawing.Font("Comic Sans MS", 11, HeadingFontStyle)
Dim ContentFont As New System.Drawing.Font("Comic Sans MS", 7)
I there a similar way to declare and use Color?
Continue reading...