R
RS
if i want to invalidate the client area of my Windows.Form
and execute an overrided OnPaint i would use
Form1.ActiveForm.Invalidate() ?? However, when i use this
line of code i receive a :
An unhandled exception of type
'System.NullReferenceException' occurred in OCRTicker.exe
Additional information: Object reference not set to an instance
of an object.
How do you invalidate the client area of a Windows.Form ?
TIA RS
and execute an overrided OnPaint i would use
Form1.ActiveForm.Invalidate() ?? However, when i use this
line of code i receive a :
An unhandled exception of type
'System.NullReferenceException' occurred in OCRTicker.exe
Additional information: Object reference not set to an instance
of an object.
How do you invalidate the client area of a Windows.Form ?
TIA RS