PDA

View Full Version : [VB] Anyone got a tutorial



Swinkid
02-10-2007, 06:06 PM
Has anyone got a tutorial of how to make a swiftswitch like program in vb.net (2005 express edition) i want to make one for me and some friends to use. i can amke a web browser easy its just making the buttons make the browser go to a certain webpage on the browser (ie: a wrodl webpage for runescape)

timROGERS
02-10-2007, 07:44 PM
I think you just make a button, double click it and then type the name of the web browser followed by ".Navigate("URL")", but I'm not certain, so it would probably be:



WebBrowser1.Navigate("http://www.runescape.com")

Want to hide these adverts? Register an account for free!