OiMunk 0 Posted November 15, 2010 I'd like to open a website in a browser that's NOT the default browser, any ideas? ShellExecute("http://www.bbc.co.uk/news/") seems to open to the windows default browser only. thanks Share this post Link to post Share on other sites
iamtheky 927 Posted November 15, 2010 (edited) as an argument to the executable. run ("firefox google.com") run ("iexplore google.com") Edited November 15, 2010 by iamtheky ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Share this post Link to post Share on other sites