I'm registering a dll at startup of my application by this command:
System.Diagnostics.Process.Start("regsvr32",strPath);
and after running this line of code , a window appears that says DLL registration was successful or not .
My question is that how can I hide this window in my application?