|
-
Jul 13th, 2000, 07:23 AM
#1
Thread Starter
Member
Open WebPage
how to open a web page, in a new browser ??
i tried:
dim ret as string
ret = Shell("rundll32.exe url.dll,FileProtocolHandler " _
& "http://www.yahoo.com")
but if there is a browser already running, it uses it to open the url instead of opening the url in a new broser.
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
|