CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2001
    Posts
    2

    Network Monitoring System

    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?


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Network Monitoring System

    what sort of function that u need for the system ?


    HTH

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

  3. #3
    Join Date
    Aug 2001
    Posts
    2

    Re: Network Monitoring System

    Basically it's just the methods of accessing the lower layer of the network layer, ie: Datalink Layer.


  4. #4
    Join Date
    Apr 2000
    Posts
    737

    Re: Network Monitoring System

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured