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