Hi I am trying to open a window by using methodinvoker but its giving "cannot call invoker or invokeasync on a control until the window handle has been created"
////////////////////////
this.Invoke(new MethodInvoker(Details));
private void Details()
{
DialogDetails dlg=new DialogDetails ()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.