|
-
Apr 29th, 2003, 03:08 PM
#1
Thread Starter
New Member
Starting webpage from a VB app
How can I start a webpage in a seperate browser such as IE from my VB app?
-
Apr 29th, 2003, 03:18 PM
#2
Good Ol' Platypus
Ask in VB questions next time... But search around for the ShellExecute API call. It will launch the item in question (ex. "http://www.vbforums.com/") with the assigned program (in this case, default browser).
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Apr 29th, 2003, 03:43 PM
#3
Thread Starter
New Member
Sorry to be so vague. I through this out there to see if I could get some other insiteful options. I've tried the ShellExecute API and it keeps bringing up Windows Explorer and opens it to the current app folder. Maybe I'm just not using it correctly?
-
Apr 29th, 2003, 04:12 PM
#4
How are you using it? You need to pass to it the web address of the website you want to open. If you just give it a filename, it's going to open it from the app's directory.
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
|