hi, im lee, can i know how to link a button that can perform the funcion for user too browse internet ? i totally out of mind... coz this is not my expertise... pls help me...
my project is a food menu that beside ordering it can also enabling ppl to surf net...
thankz
Loading
Colin WearmouthPosted Dec 27, 2009, 4:29 PM
I'm assuming you have the webbrowser control on your form. If so, double click the button you're using for the internet and add the following code before the "end sub" text.
The above assumes that the webbrowser control is named webbrowser1.
For a more in depth look at creating a web browser in visual basic do a search on google for "visual basic create web browser" or see the following which may help.
Creating and instance of Internet Explorer in VB.net
Hope this helps.
regards
Colin