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
Code:
g.DrawString("TEXT", f, b, x, x)
And yes I have
Code:
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