TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Carlos kambui
NA
499
125.1k
login from using winform application
Jul 19 2016 7:11 AM
below are my codes i want if you input wrong pasword it notify wrong password
kindly help to rectify
users = svcclient.Getuser(Convert.ToInt32(txtpassword.Text));
if (txtpassword.Text == users.user_pin)
{
//frontend.MDIfrontend front = new frontend.MDIfrontend();
//front.ShowDialog();
MessageBox.Show("Invalid Credentials!", "SoftByt info Tech");
}
else
{
frontend.MDIfrontend front = new frontend.MDIfrontend();
front.ShowDialog();
this.Dispose();
}
Reply
Answers (
1
)
Print Blank Page while Print Preview shows the page correct
How to call a private method from another class?