- 13 Novembre 2008
- 31
- 0
- Miglior risposta
- 0
ciao, sempre riguardo il web browser ho in mente un programmino ke contenga vari siti...
questo è il codice, può esservi utile a capire
If Check1.Value = vbChecked Then
WebBrowser1.Navigate "http://www.google.it/webhp?hl=it&btnG=" & text2.text
If Check2.Value = vbChecked Then
WebBrowser1.Navigate "http://www.youserials.com/najdem.php?q=" & Text2.Text
End If
If Check3.Value = vbChecked Then
WebBrowser1.Navigate "http://www.trovaporno.com" & Text2.Text
End If
If Check4.Value = vbChecked Then
WebBrowser.Navigate "http://thepiratebay.org/" & Text2.Text
End If
End Sub
praticamente ho messo varie checkbox ke portino ognuna ad un sito
tipo spuntando check1 si arriverà nel motore di ricerca google attraverso la parola cercata, se invece sarà spuntato seriali si arriverà ad un altro sito kn il seriale cercato.
Il problema è ke facendo click su cerca nn mi esce nessun sito, qualunque checkbox sia spuntata eppure nn mi da errori da cosa può dipendere?
questo è il codice, può esservi utile a capire
If Check1.Value = vbChecked Then
WebBrowser1.Navigate "http://www.google.it/webhp?hl=it&btnG=" & text2.text
If Check2.Value = vbChecked Then
WebBrowser1.Navigate "http://www.youserials.com/najdem.php?q=" & Text2.Text
End If
If Check3.Value = vbChecked Then
WebBrowser1.Navigate "http://www.trovaporno.com" & Text2.Text
End If
If Check4.Value = vbChecked Then
WebBrowser.Navigate "http://thepiratebay.org/" & Text2.Text
End If
End Sub
praticamente ho messo varie checkbox ke portino ognuna ad un sito
tipo spuntando check1 si arriverà nel motore di ricerca google attraverso la parola cercata, se invece sarà spuntato seriali si arriverà ad un altro sito kn il seriale cercato.
Il problema è ke facendo click su cerca nn mi esce nessun sito, qualunque checkbox sia spuntata eppure nn mi da errori da cosa può dipendere?