While calling member functions through BeginInvoke you can get a System.Reflection.TargetParameterCountException . In my case I wrote the following line: Me .BeginInvoke( New dlgOneObj( AddressOf SearchOperationEnd), Nothing ) Where: Me is Form1, dlgOneObj
Read More...