Private g as Graphics = Me.CreateGraphics
Although its syntax is correct, it give me System.NotSupportedException when I run it. How can I soft the problem?
You should try to use the OnPaint method override in your custom control.
--
Tim Wilson
.Net Compact Framework MVP
{cf147fdf-893d-4a88-b258-22f68a3dbc6a}
"Kempton" <anon...@discussions.microsoft.com> wrote in message
news:D6B535AA-32B8-48BA...@microsoft.com...