Results 1 to 5 of 5

Thread: Developing an app for monitoring applications' traffic

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2020
    Posts
    48

    Developing an app for monitoring applications' traffic

    Hi,
    I'm going to develop an app for monitoring windows applications network connection speed.
    For example, I want my app to show Chrome.exe Internet/Network usage by Down/Up stream (e.g. 845 Kb/s downstream and 187 Kb/s Upstream).
    What are main steps for developing such an app in VB.Net?
    What articles do I need to study before starting?
    Is there any sample project or code to learn from it?
    Last edited by fa2020; Sep 1st, 2020 at 01:26 PM.

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Posts
    1,807

    Re: Developing an app for monitoring applications' traffic

    Hi,

    Do these help: https://www.codeproject.com/Question...etwork-Traffic, and https://www.vbforums.com/showthread....ternet-Traffic?

    Perhaps you should rephrase your questions here, they are rather broad.

    yours,
    Peter Swinkels

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2020
    Posts
    48

    Re: Developing an app for monitoring applications' traffic

    I have found some C# codes but I cannot understand C# syntax. I use C# to VB.Net online converters but it doesn't run. Converters cannot convert correct code.

  4. #4

    Thread Starter
    Member
    Join Date
    Jun 2020
    Posts
    48

    Re: Developing an app for monitoring applications' traffic

    Quote Originally Posted by Peter Swinkels View Post
    Hi,

    Do these help: https://www.codeproject.com/Question...etwork-Traffic, and https://www.vbforums.com/showthread....ternet-Traffic?

    Perhaps you should rephrase your questions here, they are rather broad.

    yours,
    Peter Swinkels
    I meant an app which displays all applications established traffic. For example, Chrome.exe has established an Internet connection and Dowanload speed is 900Kb/s and Upload speed is 244Kb/s

  5. #5
    Frenzied Member
    Join Date
    Feb 2003
    Posts
    1,807

    Re: Developing an app for monitoring applications' traffic

    Csharp is almost identical to vb.net. Here is a converter:https://converter.telerik.com. Try reworking the code I linked to earlier, okay? Otherwise someone more knowledgeable about this topic might be able to help you?

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