Can someone help me?

topsykretts

Well-known member
Joined
Dec 22, 2011
Messages
47
Programming Experience
Beginner
I making an application for checking email address with username and password from textboxes,and receiving message do username and password are correct or not.
There is a problem when I don't know what to put in:

Try
(what??)
MsgBox("Successfully logged", MsgBoxStyle.Information, "Report")
Me.Close()
Catch ex As Exception
MsgBox("Unsuccessfully logged", MsgBoxStyle.Exclamation, "Report")
End Try
 
First up, please provide meaningful, descriptive titles for your thread. Titles like "Can someone help me?" are as good as no title at all.

As for the question, this might be helpful to you:

WinForms Login
 
Excuse for name of title.
Tnx for trying to help me,but I'am looking for email logging,not simple form logging.I wanna receive a notice that my username and password are correct-or not.
That notice will be only a confirmation that username and password are went through email port.
See this:
pic.png
 
Last edited:
Back
Top