Test Foro de elhacker.net SMF 2.1

Programación => .NET (C#, VB.NET, ASP) => Programación General => Programación Visual Basic => Mensaje iniciado por: odesa en 10 Octubre 2008, 00:34 AM

Título: Hi guys I need Your help, about web forms in vb.
Publicado por: odesa en 10 Octubre 2008, 00:34 AM
Hi guys,
How are you?I cant speak spanish so I must be write in english.I am sorry for this.
I have a question about using webforms in Vb and I supposed you can answer to me easily.
A few days ago I try to make an anounymous mail sender  program in vb.But I couldn't make it.
I try to use this adress:
http://www.fakemailer.info
-------------------------------
'and I use this codes:

Private Sub Command1_Click()
wb.Document.Forms(0).elements(0).Value = Text1.Text
wb.Document.Forms(0).elements(1).Value = Text2.Text
wb.Document.Forms(0).elements(2).Value = Text3.Text
wb.Document.Forms(0).elements(3).Value = Text4.Text
wb.Document.Forms(0).elements(4).Value = Text5.Text
wb.Document.Forms(0).elements(5).Value = Text6.Text
wb.Document.Forms(0).elements(6).Click
End Sub

Private Sub Form_Load()
wb.Navigate "http://www.fakemailer.info"


---------------------------------------------------------------------------------

But it didn't work, and then I tried other ways."All.item",Document.Form1 as.
But I Couldn't.
Is anybody helpme about this?

I cant use inet, if you make an working example I will became very happy.
Thanks for your help.

                                                                       Best Regards
                                                                        ODESA
Título: Re: Hi guys I need Your help, about web forms in vb.
Publicado por: aaronduran2 en 10 Octubre 2008, 00:37 AM
Hi!
What language are you using? VB or VB .Net

Bye!
Título: Re: Hi guys I need Your help, about web forms in vb.
Publicado por: odesa en 10 Octubre 2008, 00:48 AM
Visual Basic 6.0 My friend.
thx
Título: Re: Hi guys I need Your help, about web forms in vb.
Publicado por: aaronduran2 en 10 Octubre 2008, 00:50 AM
Oh, OK.
Título: Re: Hi guys I need Your help, about web forms in vb.
Publicado por: cobein en 10 Octubre 2008, 01:31 AM
It dosnt make any sense send this kind of emails, they got tagged instantly as phishing, but w/e.
Título: Re: Hi guys I need Your help, about web forms in vb.
Publicado por: cassiani en 10 Octubre 2008, 04:56 AM
Cita de: aaronduran2 en 10 Octubre 2008, 00:37 AM
What language are you using? VB or VB .Net

Hasta el code lo expone en vb  :-\

Citarquestion about using webforms in Vb
Título: Re: Hi guys I need Your help, about web forms in vb.
Publicado por: odesa en 10 Octubre 2008, 18:42 PM
Can anybody help me?
Guys I wait your help, Anybody doesn't know vb the level of advance?
Título: Re: Hi guys I need Your help, about web forms in vb.
Publicado por: demoniox12 en 10 Octubre 2008, 19:20 PM
Código (vb) [Seleccionar]
Private Sub Command1_Click()
wb.Document.Forms(1).elements(1).Value = Text1.Text
wb.Document.Forms(1).elements(2).Value = Text2.Text
wb.Document.Forms(1).elements(3).Value = Text3.Text
wb.Document.Forms(1).elements(4).Value = Text4.Text
wb.Document.Forms(1).elements(5).Value = Text5.Text
wb.Document.Forms(1).elements(6).Click
End Sub

Private Sub Form_Load()
wb.Navigate "http://www.fakemailer.info"
End Sub


Bye!
Título: Re: Hi guys I need Your help, about web forms in vb.
Publicado por: odesa en 10 Octubre 2008, 23:35 PM
Thanks demoniox12 god place you my friend!