SNMP control using MIB OIDs
I am leaning this as I go but have a problem.
I wish to communicate with a network SNMP device using Get GetNext and Set. I will be using the OIDs from the MIB for that device and will provide controls (Text entry, labels and buttons) on a windows form to Set OID values and to Get and display values.
I can ping the device to determine its presents but I can not see how implement the Get and Set functions.
I have only found information relating to Win CE and C++ when searching for SNMP using visual basic 2005.
Can some one point me in the right direction?

