|
-
Apr 16th, 2007, 06:10 AM
#1
Thread Starter
Lively Member
[RESOLVED] VB6: How do I get the URL from Internet Explorer?
I like to have a button in my program that puts the URL I have opened in IE in a textbox.
-
Apr 16th, 2007, 06:29 AM
#2
Re: VB6: How do I get the URL from Internet Explorer?
This is confusing.
Your thread title asks how you get the url and your thread body indicates you are getting it and putting it in a textbox.

What is the question?
-
Apr 16th, 2007, 06:38 AM
#3
Thread Starter
Lively Member
Re: VB6: How do I get the URL from Internet Explorer?
I've opened Internet explorer and I am on an URL.
My VB program doesn't know the URL, but needs it for downloading a file.
(actually it is used for creating url's, to download multiple files, like pic001, pic002, pic003)
How can my prog get the URL from IE? (i don't want to copy paste, but push a button)
-
Apr 16th, 2007, 06:53 AM
#4
Re: VB6: How do I get the URL from Internet Explorer?
You can use the SendMessage() API function and send the WM_GETTEXT to the window to retrieve the string.
-
Apr 16th, 2007, 06:58 AM
#5
Thread Starter
Lively Member
Re: VB6: How do I get the URL from Internet Explorer?
Ok, thx, I will get into that
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
|