Create Handler problem in windows application c#

Jan 15 2015 12:04 AM
this.BeginInvoke(new MethodInvoker(Close));
i have used this method to closing a form but still it gives error
Value Dispose() cannot be called while doing CreateHandle(). 
 
thanks 

Answers (1)