Hi All,
Place this code:
C#:
if (DesignMode) return;
VB.net:
If DesignMode Then Return
on the first line of all your load event handlers for forms and controls.
Good luck,
Mac
Hi All,
Place this code:
C#:
if (DesignMode) return;
VB.net:
If DesignMode Then Return
on the first line of all your load event handlers for forms and controls.
Good luck,
Mac