I want to allow only certain users to access a form
What I would like to do is protect the form with a simple password setup (user and password). No publication i have shows how to do it and I can't find anthing in VB.net help to direct me.
Create a table (on an SQL server if you have one) and just have a couple of fields in it (username and password).
Create a form with a couple of text boxes and use their input to validate against the data in the table.
Alternatively, use the network logon id and groups to validate access
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.