Sin Jeong-hun
September 29th, 2002, 12:59 AM
In the form's OnLoad event handler, I tried to call form's Close() method,(because there were some errors in data so the form can't continue its job) but an exception was thrown.
System.InvalidOperationException
Can't call Close() while doing CreateHandle()
What's wrong? How can I close the form then?
Thank you.
System.InvalidOperationException
Can't call Close() while doing CreateHandle()
What's wrong? How can I close the form then?
Thank you.