P
PJC
Trying to execute to following statement on vb.net for the pocketPC
Dim g As Graphics = somecontrol.CreateGraphics()
g.DrawRectangle(New Pen(Color.Red), 0, 0, 100, 100)
I get this error
An unhandled exception of type 'System.NotSupportedException' occurred in
System.Windows.Forms.dll
Additional information: NotSupportedException
it appears to be in the Color structure, and I suspect the library is not
available on the Toshiba e740 I am using.
Can someone please explain
Regards
Dim g As Graphics = somecontrol.CreateGraphics()
g.DrawRectangle(New Pen(Color.Red), 0, 0, 100, 100)
I get this error
An unhandled exception of type 'System.NotSupportedException' occurred in
System.Windows.Forms.dll
Additional information: NotSupportedException
it appears to be in the Color structure, and I suspect the library is not
available on the Toshiba e740 I am using.
Can someone please explain
Regards