Shibby-Shabs
12-09-2009, 09:49 AM
I'm learning VB and I am reading a book on it but one of the commands well methods it uses doesn't seem to work for me..
I am talking about
g.DrawString("TEXT", f, b, x, x)
And yes I have
Dim g as graphics = creategraphics()
Dim f as font = form1.defaultfont
Dim b as new solidbrush(color.black)
Please note, all that was done off my head, errors should be only small.
I have: Microsoft Visual Basics 2008 Express Edition
I am talking about
g.DrawString("TEXT", f, b, x, x)
And yes I have
Dim g as graphics = creategraphics()
Dim f as font = form1.defaultfont
Dim b as new solidbrush(color.black)
Please note, all that was done off my head, errors should be only small.
I have: Microsoft Visual Basics 2008 Express Edition