Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need help Programing a new program.
#5
One more question.
Is it possible to search For a file and open it threw Web Browser 1? If not then haw do you search for a file and have it open automatically or show up on Panel 2? This is the cod that I used
Code:
Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        If CheckBox1.Checked = True Then
            WebBrowser1.Navigate(FileOpen, ComboBox1.Text)
        Else
            If ComboBox1.Text = "" Then
                MsgBox("Please enter website", MsgBoxStyle.Critical, "Brouser-Bus")
            Else
                WebBrowser1.Navigate(ComboBox1.Text)
            End If
        End If
    End Sub
(Note:I'm new at Visual Basic and I lurn fast but
Code:
WebBrowser1.Navigate(FileOpen, ComboBox1.Text)
didn't Work.) <!-- sSad --><img src="{SMILIES_PATH}/icon_e_sad.gif" alt="Sad" title="Sad" /><!-- sSad -->


Messages In This Thread
Re: I need help Programing a new program. - by Aaron Rogers118 - 02-29-2012, 08:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  help with making a simple program Yevzor 2 13,861 03-29-2013, 05:04 AM
Last Post: Yevzor
  How to Package MySql Connector and MySql Program? Moldraxian 3 13,901 07-20-2012, 12:23 PM
Last Post: brandonio21
  Still difficulties with username and password program selimaydi 4 17,530 10-18-2010, 07:45 AM
Last Post: selimaydi

Forum Jump:


Users browsing this thread: 1 Guest(s)