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 (*
You can add reference to that dll into your project.
add reference
To add reference use following STEPS:
1.Go to Project Menu or Solution Explorer 2. add reference 3. browse your dll 4. OK