Advance Login Form in Visual Basic .NET

Advance Login Form: ____________________ Advance Login Form in VB.NET 2010 and Ms Access Database 2007. This tutorial is for you to learn how to make an advance login in VB.NET. It is for beginners only. I hope this tutorial is very helpful for beginners. So download it, learn and injoy programming.

Comments

Follow any one solution : solution 1: set the below MsgBox in comment line If MsgBox("Do you really want to update this record?", "Response", MsgBoxStyle.YesNo Or MsgBoxStyle.Question) = MsgBoxResult.Yes Then _______________________________________________________________________ solution 2: change MsgBox title Response to Me.Text If MsgBox("Do you really want to update this record?", Me.Text, MsgBoxStyle.YesNo Or MsgBoxStyle.Question) = MsgBoxResult.Yes Then
Submitted byCLazeeee (not verified)on Wed, 02/25/2015 - 18:36

asitg to :D dfaaafsgset asdsdasd asdasda
Submitted byduha (not verified)on Fri, 02/27/2015 - 22:03

How to download this program?please help me
Submitted bysebrou abdelaziz (not verified)on Thu, 09/14/2017 - 19:00

change this
  1. Dim cmd1 As New OleDb.OleDbCommand("Update Admininfo Set Pass=@UPass Where UserId='" & FrmLogin.txtUserName.Text & "' ", cn)
  2. <vbnet>
  3. to
  4. <vbnet>
  5. Dim cmd1 As New OleDb.OleDbCommand("Update Admininfo Set Pass=@UPass Where UserId='" & FrmLogin.TxtAdminUserName.Text & "' ", cn)
  6. <vbnet>
  7. thank you very much

Add new comment