| | |
login form
Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Jan 2008
Posts: 36
Reputation:
Solved Threads: 0
Pls. tell me what's wrong with this code, I really need a big help.....
tnx in advance...
tnx in advance...
VB.NET Syntax (Toggle Plain Text)
Imports System.Data.OleDb Module Module1 Public admin As Boolean 'Use to identify if current user is Administrator End Module Public Class LoginForm1 Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK.Click Dim cn As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source= C:\Documents and Settings\Administrator\Desktop\login\login\salesReportDataSet.xsd") Dim cmd As OleDbCommand = New OleDbCommand("SELECT Username FROM salesReportDataSet WHERE Login = '" & Username.Text & "' AND Password = '" & Password.Text & "' ", cn) cn.Open() Dim dr As OleDbDataReader = cmd.ExecuteReader() If (dr.Read() = True) Then Form1.Show() MsgBox("Login Successful, " & Username.Text & "!") Else MsgBox("Invalid login") End If 'Else cn.Close() End Sub Private Sub Cancel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Cancel.Click Me.Close() End Sub Private Sub LoginForm1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub End Class
![]() |
Similar Threads
- HELP pls, making a Login form. (Visual Basic 4 / 5 / 6)
- HELP pls, making a Login form. (Visual Basic 4 / 5 / 6)
- login form (PHP)
- Login form in VB.net (VB.NET)
- Need help to create a login form (VB.NET)
- php login form (PHP)
Other Threads in the VB.NET Forum
- Previous Thread: Reterieve data from mdb and display in listbox
- Next Thread: How to move a SQL Server Database from One Server to another server
| Thread Tools | Search this Thread |
.net .net2008 2008 access account advanced application array basic beginner browser button buttons center click code combo cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic excel exists fade filter forms generatetags gridview html images input insert intel internet listview map mobile module monitor msaccess net number objects open panel passingparameters pdf picturebox picturebox2 port position print printing problem regex right-to-left save search searchvb.net select serial settings shutdown socket sqldatbase sqlserver survey table temperature textbox timer timespan transparency txttoxmlconverter update user usercontol vb vb.net vb.netformclosing()eventpictureboxmessagebox vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web winforms wpf wrapingcode xml year






