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
And yes I haveCode:g.DrawString("TEXT", f, b, x, x)
Please note, all that was done off my head, errors should be only small.Code:Dim g as graphics = creategraphics() Dim f as font = form1.defaultfont Dim b as new solidbrush(color.black)
I have: Microsoft Visual Basics 2008 Express Edition





Reply With Quote