sevenalive Posted August 1, 2005 Posted August 1, 2005 (edited) [deleted] Edited February 1 by sevenalive
jdoe Posted August 1, 2005 Posted August 1, 2005 i have visual basic 2005 express and i want to:when i click on my button, i want it to open upp the defualt browser and go to my web siteThe ShellExecute API should do it well.ShellExecute - Open default browser
Martin Zugec Posted August 1, 2005 Posted August 1, 2005 In VB it is easier - Process.Start("http://martinzugec.blogdrive.com")
sevenalive Posted August 1, 2005 Author Posted August 1, 2005 (edited) [deleted] Edited February 1 by sevenalive
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now