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

Thread: WPF NIC counter

  1. #1
    Join Date
    May 2018
    Posts
    1

    WPF NIC counter

    Looking to see if anyone can help with sharing how to create a NIC receive bytes/s counter in WPF. I would like the ability to make it read in Mb/s if possible. I have searched the web for information to get it to work. All I have been able to find is how to create CPU and RAM counters in a Windows Form Application, not anything for WPF. Any help would be greatly appreciated!

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: WPF NIC counter

    Start with the Windows form approach and modify it for WPF.

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