Sorry for the noob question. I don't really know how to make sharppcap library working in my project. I'm using Visual Studio 2010.
Asked
Active
Viewed 1,854 times
2 Answers
1
In your application find Reference option, right click on it and select Add Reference. Choose your sharppacp.dll
and add it.
At last write using sharppacp ; in your application.

Sahil Mittal
- 20,697
- 12
- 65
- 90

zhang mike
- 65
- 1
- 9
1
Right click on your Project in Visual Studio-->Select Add reference
--> Browse --> find the Sharppcap library and click done.
You should now be able to use the Sharpcap library in your project.

Icarus
- 63,293
- 14
- 100
- 115