Cita:  
					Iniciado por David el Grande 
      Interfaz:
2 TextBox
1 Boton
1 WebBrowser 
Código 
Form Load:
WebBrowser1.Navigate("http://www.feedstv.net/autentificacion.asp") 
Buton Click:
        WebBrowser1.Document.Autentificacion.pseudo.Value = TextBox1.Text
        WebBrowser1.Document.Autentificacion.password.Valu  e = TextBox2.Text
        WebBrowser1.Document.Autentificacion.submit() 
Me da el siguiente mensaje de error:
'Autentificacion' no es un miembro de 'System.Windows.Forms.HtmlDocument'.	'Autentificacion' no es un miembro de 'System.Windows.Forms.HtmlDocument'.	
'Autentificacion' no es un miembro de 'System.Windows.Forms.HtmlDocument'.