daveofgv
Well-known member
Hello all,
I searched for my answer and didn't see it so if I posted this when there is another post with the same quesiton I am sorry.
I have a very easy question to most that know database in vb.net. I am using visual studio 2008.
I have a very complex application that I am making. I have a form called Admin Panel and need it protected by a user name and password.
I have a ms access database that I have connected to my application successfully. Everything is fine except the little code that is associated with my username password form.
**** How do I make it possible for the user to type the correct info and get sent to the Admin form that I have made (and if not correct a simple messbox that says Wrong username and/or password). And in admin I have a change password and username button - how do I make the form so the user can change the password and username?*****
Just to say that I am NOT in school. This is NOT a class project. And I am only making this for my own personal use......
**********************EDIT PART*************************
I am making an app so my daughter's can only visit certain website. I have 2 text files "url.inf and urlnames.inf' that I have already set and a list of arrays that pull the info from the text files and rename the buttons that they can choose from to visit the specific websites. EX disney.com nick.com and so forth.
Would it be easier to create another text file within my app that will store the username and password instead of using ms access?
And if so, how would I use the text files with the password and username form? (also, how to change the username and password in case my oldest daughter figures it out)
I am protecting the form that I use to add url's so my kids can't go in and change them. I deleted all icons for internet explorer so they are limited and can only visit the sites I agree to.
Thank you in advanced
daveofgv
I searched for my answer and didn't see it so if I posted this when there is another post with the same quesiton I am sorry.
I have a very easy question to most that know database in vb.net. I am using visual studio 2008.
I have a very complex application that I am making. I have a form called Admin Panel and need it protected by a user name and password.
I have a ms access database that I have connected to my application successfully. Everything is fine except the little code that is associated with my username password form.
**** How do I make it possible for the user to type the correct info and get sent to the Admin form that I have made (and if not correct a simple messbox that says Wrong username and/or password). And in admin I have a change password and username button - how do I make the form so the user can change the password and username?*****
Just to say that I am NOT in school. This is NOT a class project. And I am only making this for my own personal use......
**********************EDIT PART*************************
I am making an app so my daughter's can only visit certain website. I have 2 text files "url.inf and urlnames.inf' that I have already set and a list of arrays that pull the info from the text files and rename the buttons that they can choose from to visit the specific websites. EX disney.com nick.com and so forth.
Would it be easier to create another text file within my app that will store the username and password instead of using ms access?
And if so, how would I use the text files with the password and username form? (also, how to change the username and password in case my oldest daughter figures it out)
I am protecting the form that I use to add url's so my kids can't go in and change them. I deleted all icons for internet explorer so they are limited and can only visit the sites I agree to.
Thank you in advanced
daveofgv
Last edited: