When I try this in my code I alwas get an errormessage: "Object reference
not set to an instance of an object"
Dim g As System.Drawing. Graphics
g.DrawString("T est", New Font("Arial", 12, FontStyle.Bold) , Brushes.Black,
0, 0)
Why is this?
Marc
not set to an instance of an object"
Dim g As System.Drawing. Graphics
g.DrawString("T est", New Font("Arial", 12, FontStyle.Bold) , Brushes.Black,
0, 0)
Why is this?
Marc
Comment