View Full Version : Internet con vb
bprogram
11-09-2002, 23:25
Vorrei sapere comme posso fare una volta messo un combo e una pagina html in visualbasic l'indirizzo che scrivo nel combo deve apparire come pagina nella pagina html
Utilizza il metodo navigate del controllo internet.
Private Sub Command1_Click()
dim sWebSite as string
sWebSite= trim(combo1.text)
if len(sWebSite)>0 then
WebBrowser.Navigate sWebSite
end if
End Sub
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.