Click to See Complete Forum and Search --> : Network Monitoring System


Lawrence Low
August 30th, 2001, 01:02 AM
Wonder if it is possible to build a network monitoring system software using VB. For low level control, maybe can use VC dll for higher efficiency. Anyone have experience in doing it?

cksiow
September 4th, 2001, 07:38 PM
what sort of function that u need for the system ?


HTH

cksiow
http://vblib.virtualave.net - share our codes

Lawrence Low
September 4th, 2001, 09:42 PM
Basically it's just the methods of accessing the lower layer of the network layer, ie: Datalink Layer.

cksiow
September 4th, 2001, 10:12 PM
I do try capture the network packet using VC++. you need to compile the packet driver. I compiled one for NT... and use it to capture network packet...

if u do use NT 4.0, point ur browser to http://vblib.virtualave.net, the activeX DLL got a class called vbPacket that can capture the network packet after some setup.



HTH

cksiow
http://vblib.virtualave.net - share our codes