ActiveXperts Knowledge Base Article 6650210

Q6650210 - Can I use the Configration API in VB.NET?

If your Visual Studio version still supports VB.NET, it is possible. VB.NET has become less prominet in recent versions of Visual Studio.

To write a VB.NET based console application, please use the following steps:

Finally, start writing your program like this:

Imports AXNMCFGLib
Dim objNMConfig As NMConfig = New NMConfig()
Console.WriteLine("ActiveXperts Network Monitor API: {0}" & vbCrLf & "Build: {1}" & vbCrLf & "Module: {2}", 
                   objNMConfig.Version, objNMConfig.Module, objNMConfig.Build)

Add your functionality using the Configuration API Manual and the Powershelll/VBScript samples included with the software.
Default Folder: C:\ProgramData\ActiveXperts\Network Monitor\Configuration API\


Contact Support

If you cannot find an answer to your question(s) in our Knowledge Base, or if you need additional information or assistance, please contact our Customer Support using the Contact Support form:
Contact Support »

M