| | |
loginid and password form
Please support our VB.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
•
•
Join Date: Jul 2009
Posts: 1
Reputation:
Solved Threads: 0
Hi
1]Am new to VB.NET and m required to design the form for log in id and password connected to MS ACCESS 2003 containing the fields 1)user no 2)user id 3)type 4)password. Can you please provide me with the code for the same.
2]Secondly am required to make a splash form in VB.NET containing an image in background and a progress bar. I dont know how to do it can you please help me out with it. Can you provide me with the code for it.
1]Am new to VB.NET and m required to design the form for log in id and password connected to MS ACCESS 2003 containing the fields 1)user no 2)user id 3)type 4)password. Can you please provide me with the code for the same.
2]Secondly am required to make a splash form in VB.NET containing an image in background and a progress bar. I dont know how to do it can you please help me out with it. Can you provide me with the code for it.
•
•
Join Date: Jun 2009
Posts: 11
Reputation:
Solved Threads: 2
First, read this: http://www.daniweb.com/forums/announcement58-2.html
Now, here's a few tips to get started:
Instead of trying to connect to databases straight away, if you are new to VB.NET, try making a 2-dimensional array (username and password only), then expand it to suit your needs. You will have to search the array for the username, then check the password that corresponds to that username.
After you are OK with arrays, you can add databases to your project. You won't connect to Microsoft Access, but you will be able to use it to open the database file (*.mdb).
There is a splash screen template, when you are creating a new file for your project, and you can set a splash screen on the project properties.
Now, here's a few tips to get started:
Instead of trying to connect to databases straight away, if you are new to VB.NET, try making a 2-dimensional array (username and password only), then expand it to suit your needs. You will have to search the array for the username, then check the password that corresponds to that username.
vb.net Syntax (Toggle Plain Text)
Dim logindetails() as String logindetails(0, 0) = "user1" logindetails(0, 1) = "pass1" logindetails(1, 0) = "user2" logindetails(1, 1) = "pass2"
There is a splash screen template, when you are creating a new file for your project, and you can set a splash screen on the project properties.
Last edited by lagspike; Jul 5th, 2009 at 11:55 am. Reason: added a bit more clarity
![]() |
Similar Threads
- Got stuck on creating a login and password form. Epic If statement needed (VB.NET)
- firefox proxy session password (Java)
- appear in other form (Visual Basic 4 / 5 / 6)
- database and form security (C++)
- Case Sensative (login/password) (Visual Basic 4 / 5 / 6)
- connectivity code of asp.NET with oracle 8i (ASP.NET)
- Help with password update (PHP)
- BASIC FORM problems... (PHP)
Other Threads in the VB.NET Forum
- Previous Thread: Passing unicode query string to popup window using window.open method
- Next Thread: Interview Questions
| Thread Tools | Search this Thread |
.net .net2008 2005 2008 access account arithmetic array basic beginner browser button buttons center check code combo component crystalreport cuesent data database datagrid datagridview date datetimepicker design designer dissertation dissertations dissertationtopic dropdownlist excel fade file-dialog filter folder forms ftp generatetags hardcopy html images input insert intel listview monitor net networking number open output panel passingparameters picturebox picturebox1 picturebox2 port print printing problem problemwithinstallation project searchvb.net select serial settings shutdown socket sqlserver survey tcp temperature text textbox timespan toolbox transparency trim txttoxmlconverter updown user usercontol vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic.net visualstudio visualstudio.net visualstudio2008 web winforms wpf wrapingcode year





