Knowledge Base FAQ Items
Browse "Configuration API" Questions: |
---|
Q6650010: Can I use the Configration API in CShare.NET? Yes you can. To do so, please use the following steps: Launch Microsoft Visual Studio; Open your VB.NET project, or create a new one; Add a ActiveXperts API reference to your project: choose 'Add Reference…' in your Solution Explorerer, select the 'COM' tab and select 'ActiveXperts Network Monitor API'. It will add the 'Interop.AXNMCFGLib' interop to your Project References; In your code, add the following 'Using' statement: using AXNMCFGLib; Declare and create a new Network Monitor Config obje... Network Monitor > Configuration API Q6650011: Can I use the Configration API in VB.NET?
|