Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.Navigate("http://www.youtube.com/watch?v=" + TextBox1.Text)
End Sub
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
Button2.Enabled = True
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
WebBrowser1.Navigate("javascript:swfArgs['t']")
Button3.Enabled = True
Button2.Enabled = False
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
WebBrowser1.Navigate("http://www.youtube.com/get_video?video_id=" + TextBox1.Text + "&t" + "=" + WebBrowser1.DocumentText)
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
MessageBox.Show("How To Use? Well, The Video ID Is this part. http://www.youtube.com/watch?v=oSQJP40PcGI, oSQJP40PcGI Is the part. Then put that in, Click Go. Then it will show the video In the big empty Space. Then you can scan And download.", "About: By Sp4wn")
End Sub
End Class
Dont have full source cause Online Armor screwed computer