From your dll function call the exe with parameters
Example, if your exe name is testExe, call it as Process.Start("testExe", ---parameters---)
These parametes you can configure it in such a way that it calls a specific class method for a particular parameter.
Do look into MSDN System.Diagostics namespace and it should be clear.
mecspek
|