General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Visual Basic .Net (button on click go to website)
Im working on an windows application.
How do i on clicking a button, the internet explore will open up and bring me to www.yahoo.com?
Private Sub button_Click(ByVal sender As system.Object, ByVal e As System.EventArgs) Handles button.Click
'what code do i need to enter here?
End Sub
Thanks