February 2nd, 2012 10:57 PM
#1
Google Chrome Problem
I have previously been able to launch a web page via VB6 with the following code
Code:
ShellExecute Me.hwnd, "Open", "http://www.intelemarketing.com.au/demo.htm", vbNullString, "C:\", 1
Previously Internet Explorer would open up and I would see the page
Somehow Google chrome has now become my preferential browser and now it doesnt work - I get the result - "Website has become unresponsive - Kill Pages OR Wait"
(Neither of these options work)
Is there a different sequence required when launching Google chrome Browser
Which also asks a question -
What is my default browser ?
Thanks for any ideas
February 2nd, 2012 11:28 PM
#2
Re: Google Chrome Problem
Sounds like google chrome is set as the default. Is simple enough to change it to a different browser.
Always use [code][/code] tags when posting code.
February 5th, 2012 08:35 PM
#3
Re: Google Chrome Problem
Correct - Chrome is
What has me concerned is that the website link is passed correctly to the address bar in Chrome, but it is still giving the error
I will change back to Internet Explorer as the default but it still doesn't explain why I have the problem
Perhaps I should send a question to Google
Or even more radically, GOOGLE for a possible answer !!!!!!
Thanks (Cheers)
February 6th, 2012 01:45 PM
#4
Re: Google Chrome Problem
Google worked...
Code:
shell("C:\Users\USERNAME\AppData\Local\Google\Chrome\Application\Chrome.exe -url http:google.ca")
http://stackoverflow.com/questions/5...from-vba-excel
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
Bookmarks