Tutorials - remove timelimit
•
12 Mar 2010, 17:43
•
Journals
I've just tried to post 2 tutorials but gotta wait for awhile, can you remove the wait please admins? You only allow tutorials after reviews anyway.
Thank you
Thank you
Not wasting my time waiting.
+ get some info about what a tutorial exactly is :-/
e: I rlly don't get why they allow your tutorials :S
I haven't seen anything from you to be honest, perhaps you should make some code and show me up... I just submitted another 1, this is aimed at the people here, so have a look when it's accepted.
Ur code is of no value. Not to noobs - no explanation. Not to more advanced ppl - crappy coding.
Since it is supposed to be a tutorial i think you should use model view but okay.. I'm only supposed to comment on your crappy (structural programming :() coding.
Lets quickly over this: http://www.crossfire.nu/?x=tutorial&mode=item&id=141
#For tutorial purposes you might want to add where you found the messengerapi
txtEmail.Text = "" - use txtEmail.Text = String.Empty
Using "" will cause vb.net to create an object
Try
Dim Write As New System.IO.StreamWriter(SaveFile.FileName)
Write.Write("Email Message! " + ControlChars.NewLine + txtMessage.Text)
Write.Close()
Catch ex As Exception
#Hey it didn't work.. lets do nothing
End Try
Bar.Value = 5 #We didnt do anything yet but hey, were making progress
smtpServer.Port = (txtPort.Text)
Bar.Value = 10 #This will only slow down your application..
smtpServer.Host = (txtServer.Text)
Bar.Value = 20
smtpServer.EnableSsl = True
Bar.Value = 27
mail = New MailMessage()
Bar.Value = 39
mail.From = New MailAddress(txtFrom.Text)
Bar.Value = 50
mail.To.Add(txtTo.Text)
Bar.Value = 60
mail.Subject = (txtSubject.Text.ToString)
Bar.Value = 80
mail.Body = txtMessage.Text
Bar.Value = 100
smtpServer.Send(mail)
MsgBox("Message was sent!")
Bar.Value = 0
Error catching :-/?
Overal: Do some error catching.. Use USEFULL names in your coding certainly when your not going to submit the entire application project.
And new? You're new.
and btw where is the fake if i write it like maurice it looks ugly so i need one big letter mauRice looks like jaymod
mAurice looks just awesome so just gtfo Daenji faker