
November 16th, 2012, 11:13 AM
|
 |
Type Cast Exception
|
|
Join Date: Apr 2004
Location: OAKLAND CA | Adam's Point (Fairyland)
|
|
If it's not the default browser then you need to specify the application. I don't have chrome installed but this is how it would work for firefox (you can put this in the Run... prompt in windows to test how it works)
Code:
firefox.exe "http://medialint.com"
Theoretically you should be able to replace firefox.exe with chrome's executable (chrome.exe?) to achieve the same. I don't know if it will let you make the shortcut that way programatically ... if you manually do it you need to browse for the full path of the executable.
__________________
medialint.com
“Today you are You, that is truer than true. There is no one alive who is Youer than You.” - Dr. Seuss
Last edited by medialint : November 16th, 2012 at 11:15 AM.
|