M
Marge Inoferror
Well, 2 questions, actually...
I get an error when my form's window gets covered by another window. I can resize sucessfully all day, but when the window is covered by another window - it bombs Here is the error:
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at Talk.Form1.OnPaint(PaintEventArgs e) in g:\talk\form1.cs:line 244
One question would be - any ideas on what to look for as far as the source of the error is concerned?
The other question is - is there a way to find where line 244 is in the source code (other than counting the lines)?
Thanks,
Marge
I get an error when my form's window gets covered by another window. I can resize sucessfully all day, but when the window is covered by another window - it bombs Here is the error:
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at Talk.Form1.OnPaint(PaintEventArgs e) in g:\talk\form1.cs:line 244
One question would be - any ideas on what to look for as far as the source of the error is concerned?
The other question is - is there a way to find where line 244 is in the source code (other than counting the lines)?
Thanks,
Marge