Home All Groups Group Topic Archive Search About
Author
15 Sep 2006 8:35 PM
Elioth
Hi,

I want to send SNMP Message in VB 2005, How I can do it?


Thanks for all help

Elioth

Author
15 Sep 2006 9:35 PM
Spam Catcher
=?Utf-8?B?RWxpb3Ro?= <Eli***@discussions.microsoft.com> wrote in
news:781ED536-4626-463F-8F89-24A73F8AF292@microsoft.com:

> Hi,
>
> I want to send SNMP Message in VB 2005, How I can do it?

IPWorks has a SNMP component - works great.
Author
22 Sep 2006 3:54 PM
Celioth
I want to make it in VB2005 without any component.

Thanks for Help.

Elioth

Spam Catcher ha escrito:

Show quoteHide quote
> =?Utf-8?B?RWxpb3Ro?= <Eli***@discussions.microsoft.com> wrote in
> news:781ED536-4626-463F-8F89-24A73F8AF292@microsoft.com:
>
> > Hi,
> >
> > I want to send SNMP Message in VB 2005, How I can do it?
>
> IPWorks has a SNMP component - works great.
Author
23 Sep 2006 6:12 AM
Spam Catcher
"Celioth" <celi***@gmail.com> wrote in news:1158940472.209354.134170
@i42g2000cwa.googlegroups.com:

> I want to make it in VB2005 without any component.
>
> Thanks for Help.

A co-worker of mine wrote a pure SNMP class which uses the socket classes
to parse the data - too much trouble if you ask me. You would save $$$ by
just buying the IPWorks components.

If you're monitoring a Windows system, take a look at WMI - you can access
it directly from Windows/.NET.