1
Answer

Create Handler problem in windows application c#

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)