A
al
Hi,
I tried to import Drawing namespace and then declare one of its
classes, but this seems does not work with me.
Imports System.Drawing
Dim gr as Graphics = MyForm.CreateGraphics 'This give error; Type
expected
Dim gr as Drawing.Graphics = MyForm.GreateGraphics 'This works
Do I have to reference any DLL or something??
MTIA,
Grawsha
I tried to import Drawing namespace and then declare one of its
classes, but this seems does not work with me.
Imports System.Drawing
Dim gr as Graphics = MyForm.CreateGraphics 'This give error; Type
expected
Dim gr as Drawing.Graphics = MyForm.GreateGraphics 'This works
Do I have to reference any DLL or something??
MTIA,
Grawsha