CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Guest

    Bytes sent/received

    How can I read bytes sent/recevied by the network card at any given time?, just like the ras windows reads the information.


  2. #2
    Join Date
    Dec 1999
    Location
    Israel
    Posts
    101

    Re: Bytes sent/received

    If your network card works in TCP/IP protocol, you can use
    WinSocket or Microsoft Internet control for it.
    If it works as RS232, you can use MSComm control for it.

    Good Luck!


  3. #3
    Join Date
    May 2011
    Posts
    2

    Talking Re: Bytes sent/received

    Check this one

    http://www.dreamincode.net/forums/to...ernet-monitor/

    Regards,
    Nitin Verma

  4. #4
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: Bytes sent/received

    Hi Nitin ..
    Given your eagerness to answer questions.. Please limit it to Recent questions and not 11 Year Old threads .....
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

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