Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Calculating Internet Explorer Bandwidth

Calculating Internet Explorer Bandwidth

Scheduled Pinned Locked Moved C#
csharpc++
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jeyakumarbics1
    wrote on last edited by
    #1

    Hi All, I want to calculate the bandwidth used by Internet explorer for each domain(google,yahoo,aol,etc). The number of bytes received and sent for each domain need to be calculated. Solutions can be c# as well as in VC++. Thanks in Advance...

    K L D C 4 Replies Last reply
    0
    • J Jeyakumarbics1

      Hi All, I want to calculate the bandwidth used by Internet explorer for each domain(google,yahoo,aol,etc). The number of bytes received and sent for each domain need to be calculated. Solutions can be c# as well as in VC++. Thanks in Advance...

      K Offline
      K Offline
      Keith Barrow
      wrote on last edited by
      #2

      Jeyakumarbics1 wrote:

      Solutions can be c# as well as in VC++.

      Thats very kind of you, in return I'll allow you to code this yourself.

      J 1 Reply Last reply
      0
      • K Keith Barrow

        Jeyakumarbics1 wrote:

        Solutions can be c# as well as in VC++.

        Thats very kind of you, in return I'll allow you to code this yourself.

        J Offline
        J Offline
        Jeyakumarbics1
        wrote on last edited by
        #3

        Thanks for ur reply..

        1 Reply Last reply
        0
        • J Jeyakumarbics1

          Hi All, I want to calculate the bandwidth used by Internet explorer for each domain(google,yahoo,aol,etc). The number of bytes received and sent for each domain need to be calculated. Solutions can be c# as well as in VC++. Thanks in Advance...

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Jeyakumarbics1 wrote:

          Solutions can be c# as well as in VC++.

          Well then, you must be looking for the Visual Studio Express editions.

          Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]

          1 Reply Last reply
          0
          • J Jeyakumarbics1

            Hi All, I want to calculate the bandwidth used by Internet explorer for each domain(google,yahoo,aol,etc). The number of bytes received and sent for each domain need to be calculated. Solutions can be c# as well as in VC++. Thanks in Advance...

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            This would require that you write a proxy server to track this kind of information. You'd point the browser at the proxy and the proxy would retrieve the pages for the browser. This gives you the capability to track every byte that goes through the proxy.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007, 2008
            But no longer in 2009...

            1 Reply Last reply
            0
            • J Jeyakumarbics1

              Hi All, I want to calculate the bandwidth used by Internet explorer for each domain(google,yahoo,aol,etc). The number of bytes received and sent for each domain need to be calculated. Solutions can be c# as well as in VC++. Thanks in Advance...

              C Offline
              C Offline
              carlecomm
              wrote on last edited by
              #6

              i heard about this Technology 'BHO' at once, but i had no chance to use it. if you really want to control 'Internet explorer', consider using it. BHO is a simple ATL COM object that Internet Explorer will load each time it runs; in other words, for every instance of Internet Explorer. BHOs run in Internet Explorer's address space and can perform any operation on available objects (windows, modules, and so forth). BHOs instantiate and get destructed with a browser's instance because it is tied to a browser's main window. If your system has an active desktop enabled, the BHO gets instantiated along with Windows Explorer as well

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups