|
-
Aug 29th, 2005, 11:41 AM
#1
Thread Starter
New Member
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
-
Aug 30th, 2005, 08:09 PM
#2
Lively Member
Re: Programming for IE
errrr
VB Code:
webbrowser1.navigate "link"
-
Sep 2nd, 2005, 08:10 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|