Login Form (WPF) with MySQL

This Login form is made in visual studio 2010, i use WPF Application.. for more questions. comment below or via FF my blog www.lesterimperial.tk my facebook fanpage http://www.facebook.com/AskCompTutor

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Tags

Comments

Submitted byI'm IT (not verified)on Tue, 03/06/2012 - 15:54

Good day! can i ask how to change the codes of this login form from mysql into visual basic.net? what can i do to this codes like this? (Dim sqlquery As String = "SELECT * From password WHERE username ='" & txtUsername.Text & "';") Second question is that can you elaborate to me the purpose of the design interface? because i am confusing after successfully log in, whats next?? :)) thanks

thats the codes in visual basic.net "Dim sqlquery As String = "SELECT * From password WHERE username ='" & txtUsername.Text & "';")" this is sql command that gets the password from database. it just a LOGIN FORM not a whole system, im just sharing my knowledge about login form with mysql.
Submitted byi'm IT (not verified)on Wed, 03/07/2012 - 14:10

what if we will change this data into OLEDB? like Dim data As OLEDBDAtareader? thanks:))
Submitted byAien Joy (not verified)on Fri, 03/16/2012 - 09:59

,,What is the codes on how to compute the Prelim grades midterm and final ,,and it wll be show in Total Average of the grades and to know it if it is a failed or Passed.???plx can u hElp me??tnx

ask first the computation of your university/college.. make a software that similar to this http://www.visual-basic-tutorials.com/form/AutoCalc.htm

sure.. here at my facebook page www.facebook.com/askcomptutor
Submitted byAnonymous (not verified)on Sun, 03/17/2013 - 14:32

i cant seem to find any login application can you help

Add new comment