|
-
Oct 12th, 2003, 12:48 PM
#1
Thread Starter
Hyperactive Member
Communicate with IE from VB?????
Is it possible to communicate with an open IE window from VB(6) ?
For example, let's say a user has already opened their browser, and gone to, say www.yahoo.com.
Could you find and change the url from a VB app started AFTER the browser was opened?
So, to continue the example, let's say I want to create a VB app that does the following:
1) "Grabs" the current URL from an open browser window
2) Creates a list of URLS
3) Changes the open Browser's URL when a user picks one from the list
Anyone?
-
Oct 12th, 2003, 04:16 PM
#2
Fanatic Member
I believe you could the same as you could in C++ but it wouldn't be to pretty. It involves working with windows apis and stuff to find a specific window and then find specific components in that window. Its tedious because of some of the codes they are referred to as that you have to figure out.
If you have visual C++ run Spy++ though and it will show you basically what I'm talking about.
-
Oct 12th, 2003, 05:58 PM
#3
Thread Starter
Hyperactive Member
Isn't there some component in VB which could be used?
Anyone?
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
|