|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
What is the function call to go to a web site
Visual Basic 5.0 Professional edition
I have a button, and when I cliked that button, Visual Basic will open up a default web browser and go to that web site. When I ran the code below, I had a run time error of 424. Object required. ============================= Code:
Private Sub Go_To_Website() Const web_site = "http://www.yahoo.com" frmBrowser.Show frmBrowser.brwWebBrowser.Navigate web_site End Sub |
|
#2
|
||||
|
||||
|
Search this forum for ShellExecute()
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > What is the function call to go to a web site |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|