Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,172,062 members, 7,883,689 topics. Date: Monday, 08 July 2024 at 02:29 PM

Login Help In Vb.net - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Login Help In Vb.net (1519 Views)

I Need A Help To Write A Simple Login Form Using Vb.net / Fingerprint Authentication In Vb.net Application / How To Deploy Application With Access Database In Vb.net 2008 (2) (3) (4)

(1) (Reply)

Login Help In Vb.net by Nobody: 8:07pm On Mar 09, 2012
HOW CAN I MAKE LOGIN FORM IN VB.NET 2008 USING ACCESS DATABASE AFTER THE USER HAS REGISTER
SO THAT THE USER CAN USE HIS/HER REGISTRATION DETAILS TO LOGIN.THANKX IN ADVANCE

THIS HOW I CODE MY SAVE BUTTON

inc = 0
NavigateRecords()


If inc <> -1 Then
Dim cb As New OleDb.OleDbCommandBuilder(da)
Dim dsNewRow As DataRow
dsNewRow = ds.Tables("NWIND").NewRow()
dsNewRow.Item("LastName") = TextBox1.Text
dsNewRow.Item("FirstName") = TextBox2.Text
ds.Tables("NWIND").Rows.Add(dsNewRow)
da.Update(ds, "NWIND")
MsgBox("New Record added to the Database")
End If


I NEED CODE TO LOGIN
Re: Login Help In Vb.net by Kobojunkie: 12:05am On Mar 10, 2012
@Poster, first things first. How do you think the login mechanism really works? I mean what do you expect it to do and how do you expect it to do it?>

(1) (Reply)

Help With This Python Problem / Programmer Urgently Needed / Do You Have Any Idea On How To Do This

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 8
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.