problema com codigo
bom nesse meu programa quero que quando eu escrever alguma coisa na textbox, ele procure aquilo no site da google
esse eh meu codigo (abaixo) mas por alguma razao da um
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Button1.Text = TextBox1.Text + RadioButton1.Text Button1.Text = TextBox1.Text + RadioButton2.Text Button1.Text = TextBox1.Text + RadioButton3.Text If Button1.Text = TextBox1.Text + RadioButton1.Text Then Shell(("C:\Arquivos de programas\Internet Explorer\IEXPLORE.EXE,http://www.google.com.br/webhp?hl=pt-BR&tab=iw&q= + textbox1.text")) End If If Button1.Text = TextBox1.Text + RadioButton2.Text Then Shell("C:\Arquivos de programas\Internet Explorer\IEXPLORE.EXE,http://www.google.com.br/imghp?hl=pt-BR&tab=wi&q= + textbox1.text", AppWinStyle.MaximizedFocus) End If If Button1.Text = TextBox1.Text + RadioButton3.Text Then Shell("C:\Arquivos de programas\Internet Explorer\IEXPLORE.EXE,http://news.google.com.br/nwshp?hl=pt-BR&tab=in&q= + textbox1.text", AppWinStyle.MaximizedFocus) End If End SubEnd Class
o erro que aparece é : filenotfoundexception was unhandled
o que é isso e como resolvo esse problema?
obirgado
Vincous
Discussão (4)
Carregando comentários...