I have a C# form application...i created a Dll...now i want to launch that dll using this program. how do i do it?
#include typedef int (*
Add the DLL as a reference to your form application. Then you'll be able to access the namespaces and classes in it from the application code.