I\'m playing around with C# and I encountered a problem. When I try to make a new file, the program breaks and says that the file is being used by another process. It\'s pro
Use
myDropDown_invokedMethod();
instead of
this.BeginInvoke(new MethodInvoker(myDropDown_invokedMethod));