|
-
May 29th, 2004, 02:18 AM
#1
Thread Starter
New Member
Opening a browser
Hi, could someone please tell me how you open a browser other than Internet Explorer with a webpage? I know to open one with IE you use:
ProcID = Shell("C:\Program Files\Internet Explorer\IEXPLORE.EXE " & strPathOfWebpage, AppWinStyle.MaximizedFocus)
But how do you do the same in a browser such as Firefox or Mozilla? When I try using the same way as IE nothing happens.
-
May 29th, 2004, 02:32 AM
#2
Lively Member
VB Code:
process.start("mozilla","google.com")
where "mozilla" is the browser and "google.com" is the argument. hope this helps, if not, sorry...
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
|