Results 1 to 3 of 3

Thread: How to log websites visited

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Location
    Bangalore
    Posts
    4

    Question How to log websites visited

    How do I log the websites visited from the machine using vb?

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    You could insert a new form (web browser.frm) into your vb app that MS have kindly written all the code for.

    Use the onchange event of the webbrowser control on this form to log the site address (the pages address bar's text) to a database, registry or text file...

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    You could write an app that runs in the background and loops, looking for IE, if it's found, grab the text from the edit box. I've attached a pic high it hightlighted, ask on the API forum if you don't know how to get at it.
    Attached Images Attached Images  
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

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