Results 1 to 3 of 3

Thread: Programming for IE

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2005
    Posts
    1

    Programming for IE

    I want to write a program that clicks a link in an internet explorer window. It almost sounds like a spyware programming request, but it definitely isnt. What it needs to do is interact with internet explorer and just click on a link that is found in a page. Is VB or .Net the best way to go about it? Is there something out there that already exists that i could just tweak out to fit my situation? Any help would be greatly appreciated.

    -Rob

  2. #2
    Lively Member
    Join Date
    Jul 2005
    Posts
    111

    Re: Programming for IE

    errrr

    VB Code:
    1. webbrowser1.navigate "link"

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Programming for IE

    Welcome to the forums Trackstar.

    You can use either VB, or .NET. Just a personal preference.

    Are you finding a window, then finding a link on it's page, or is it a webbrowser contrrol in your application?

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