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?
Printable View
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?
what sort of function that u need for the system ?
HTH
cksiow
http://vblib.virtualave.net - share our codes
Basically it's just the methods of accessing the lower layer of the network layer, ie: Datalink Layer.
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