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. URL monitoring

URL monitoring

Scheduled Pinned Locked Moved C#
helpquestion
5 Posts 3 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.
  • A Offline
    A Offline
    Adeel Chaudhry
    wrote on last edited by
    #1

    Hello! I was wondering if it is possible to monitor all the URLs visited from a Internet Explorer. Searched little bit, but wasn't able to find anything useful. For further clarification, I want to keep the log of each and every URL visited/browsed/accessed from Internet Explorer, including all the links of files downloaded (even from save as dialog box). Anyone have any idea where to start? Regards, Adeel

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    P 1 Reply Last reply
    0
    • A Adeel Chaudhry

      Hello! I was wondering if it is possible to monitor all the URLs visited from a Internet Explorer. Searched little bit, but wasn't able to find anything useful. For further clarification, I want to keep the log of each and every URL visited/browsed/accessed from Internet Explorer, including all the links of files downloaded (even from save as dialog box). Anyone have any idea where to start? Regards, Adeel

      Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

      P Offline
      P Offline
      Paul Conrad
      wrote on last edited by
      #2

      Adeel Chaudhry wrote:

      any idea where to start?

      Not sure. You might have to tap into the object instance of the url textbox. I've seen it done for other apps, but don't recall the exact approach.

      "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

      A 1 Reply Last reply
      0
      • P Paul Conrad

        Adeel Chaudhry wrote:

        any idea where to start?

        Not sure. You might have to tap into the object instance of the url textbox. I've seen it done for other apps, but don't recall the exact approach.

        "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

        A Offline
        A Offline
        Adeel Chaudhry
        wrote on last edited by
        #3

        Paul Conrad wrote:

        You might have to tap into the object instance of the url textbox.

        Do you mean instance of Internet Explorer's URL textbox?!

        Paul Conrad wrote:

        I've seen it done for other apps...

        Can you let me know the names of such applications? Thanks for quick reply! :) Regards, Adeel

        Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

        P A 2 Replies Last reply
        0
        • A Adeel Chaudhry

          Paul Conrad wrote:

          You might have to tap into the object instance of the url textbox.

          Do you mean instance of Internet Explorer's URL textbox?!

          Paul Conrad wrote:

          I've seen it done for other apps...

          Can you let me know the names of such applications? Thanks for quick reply! :) Regards, Adeel

          Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          Adeel Chaudhry wrote:

          Do you mean instance of Internet Explorer's URL textbox?!

          Yes.

          Adeel Chaudhry wrote:

          Can you let me know the names of such applications?

          I know QA Wizard does. It is commercial, and you won't find the code. A google search can probably bring something up as far as sample code goes.

          "I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon

          1 Reply Last reply
          0
          • A Adeel Chaudhry

            Paul Conrad wrote:

            You might have to tap into the object instance of the url textbox.

            Do you mean instance of Internet Explorer's URL textbox?!

            Paul Conrad wrote:

            I've seen it done for other apps...

            Can you let me know the names of such applications? Thanks for quick reply! :) Regards, Adeel

            Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

            A Offline
            A Offline
            Anthony Mushrow
            wrote on last edited by
            #5

            I think you need to get the handle to the window, then find the handle for the textbox from there. There should be articles on that sort of thing here on CP, though no doubt in c++.

            My current favourite word is: Nipple!

            -SK Genius

            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