Dear Sir,
I have one dll file and header file created in C/C++
Please tell how to include DLL in C#.Net .
Regards,
Sarfaraz
This would be a good place to start: http://msdn.microsoft.com/msdnmag/issues/02/08/CQA/
I'm not sure if your question is deeper than this, but you should simply:
1. right-click on the Project in Solution Explorer
2. Choose Add Reference
3. Click the Browse tab
4. Point to your .DLL.
HTH,
Bob Payne