User Form Password Question -
Hi,
Before i start, thank for visiting this threat.
Background
I have 3 Exel files. For example, the file names are A, B and C. A and B file is a date file, and the C file which i use it to summarize the A and B file, so each time when i open the C file , C file will take the data from A and B file by extracting A and B file.
For the security purpose, i have created two userform for the A and B file, so every time when people want to open A and B file. They have to key in the password in order to see the data of A and B file. On the other hand, when people open the C file, it will request the two password before it take data from the A and B file.
Finally, my question is what should i do, when the user open the C file and it will not ask the password.
Thank for you helping
Save in Access but encrypted -
I posted in this thread but I think i will not get answer anymore because it is already resolved so i open up a thread for my query.
I find the code of CVMichael great and want to use it. Here is my question.
I have a form for password maintenance. I want to use your code in such a
Need help with validating a password -
Hello Everyone:
I am new in programming and I need some assistance on the following:I am using VB2005
I am setting up an "Add New User" form, when I add a new user I will setup a temporary password, when the user logons for the first time they will enter their user name
[2005] username password -
Hello all,
I am creating an application which checks for username and password from user table. I've got to text boxes in my form which acceps username and password and I want to connect to the user table to check if the username and password exists in the column. If it exists, i wa
need a translator spanish / french -
Must be fluent...
I need the following translated:
Close Form
Select Language:
Enter password to be remembered!
Please enter your user name!
Please enter your current password!
Enter Current Password!
User not found!
Please enter a new password.
Enter New Password
Please
changing password -
i have a login form, the user will enter his name and password, if correct, they will have an option if they want to change his password, if yes a new form will appear asking for the old password, new pass word and confirm new password if everything matches the login form will appear.
Windows Service Problem: Can't run under a user without a password -
Hi everybody,
This is my first post as I have just found this site which seems to have a wealth of information. I' sorry if this post is in the wrong section.
Anyway, I have written a service in VB 6 using the NTSVC.ocx control and it works fine. The trouble I'm having is that
Password Forms -
I need a good password Form login. The Login Form in VB sucks because it doesnt let the user choose there password. I need a password form that lets multiple users choose their username and password. I would like the info stored in a text file. So how do you do this?
Protecting user passwords -
I have an application, that (per the design specs given to me by my boss) must verify users domain login password on startup. The startup form is a simple username / password form and I am using the LogonUser API to verify the username and password provided.
After calling LogonUser,
User Form Password Question -
Hi,
Before i start, thank for visiting this threat.
Background
I have 3 Exel files. For example, the file names are A, B and C. A and B file is a date file, and the C file which i use it to summarize the A and B file, so each time when i open the C file , C file will take the d
vb to sql server conns -
Very new to both SQL Server and VB. So i had a question regarding connections to SQL Server. Say I have a front end in vb and a back end in SQL Server. With a login form in VB. In the login form I have the user enter his / her user name and password. With this info I pass the user
Access 2000 and DAO PassWords(REsolved) -
Ok here a question for for all you hard core database fans..
How do you check to see if a Database has a Password set or
trap the old NOT A VALID PASSWORD error.?
To explain a little more Let's say I have a database that is accessed with code and Let's say I can change,create
Help with VB Codes -
Does anyone know how to do this code,
Create a file with a password in it. Enclose the password in quotations. Upon starting the program have an Input box ask for a password. Compare the password that the user enters with a password that is in a text file no matter what the CASE is
Don't want to remember password -
Hi,
I have an ASP page with 2 input fields.
- USER
- PASSWORD
For the password, I use the type=Password so I don't see characters, but only bullets.
BUT BUT
The first time, because of IE I am asked if I want to remember the password for that user. I of course want to pre
Password Authentication -
I have a table in my Database for User. This houses their username and password. I have a form that will build a combo box with the usernames in the database. The user will select their username and enter a password. How will I go about checking to see if the password entered into
set user name and password in VB Login form -
Does anybody know how to manipulate or program the VB Login Form so that a user can set his/her own user name and password ?
Presently, the username and password are hardcoded in my program through VB Login Form.
Thanks!
Resources: Win98, VB6 and MS Access 97/2000
text mode password -
I have a question about the Password filed text mode. See I have this form with a text mode='password' for password field under user edit profile.
Then when they change the password there, and clicked Save. After they come back again, but the password field is blank, but in the dat
Security Access. Any Help -
My App need to CONNECT to a Server(SQL). I need to KNOW the user and password in order to connect to the DATABASE. The Question is:
1. If i know the USER AND PASSWORD Where is the "SECURITY"?
2. How can i connect to a database calling the user and the password without K
Dissable Desktop -
I have written a simple password app that starts on pc bootup. It is intended that a password enables the user to logon to the pc. i.e the password ends the app and alows the pc to be used normally.
My question is.......
How can i disable the desktop and start button until the co
authenticate method -
every user that connect to web site will logon as anonymous user.
i want to make web site like this
1. user connect to my web site as anonymous user
2. my web site display a page with 'user name' and 'password' question
3. user fill in that 2 question and post that page back to
[2005] simple password question -
forgive the simplicity of this question, but i want to change a password that ive declared at the beginning of my code as
Dim code As Integer = 1315
i'm intentionally not connecting to a database, as im still a novice. BUT my question is can a user (TEMPORARILY) change this
compare password with nt password -
Hi
Are there someone API that compare the password that the user type with your password (NT) ?
I have a form , where the user type login and password , and the analyt want that compare the password typed with password the user, agree login typed
I believe that do no
File Header Help Needed! -
Hi
The encryption program im working on encrypts files of any type then gives them the extension (.fex)
When the user then comes to decrypt the file, they would input the password and decryption would begin.
The thing is currently if the user inputs the wrong password the fil
IIS - ASP Question -
Hi, I'm a little confused. I'm running IIS 5.0 on my box at home and whenever I click on an asp file from Visual InterDev, I'm prompted to put in a username and password. I went into IIS and went to security, set the anonymous user account to
Administrator and set the password. I
Newbie 5 second question. -
Can someone tell me how this I can open up my database by using a variable as the password?
I've tried the following:
dim password As String
password = temp 'temp stores the password from a file
Set DB = Workspaces(0).OpenDatabase(strPath, True, False, ";pwd=" &
Login details -
In my project at the start there will be a dialog box,Login,that has Enter password,the correct password when typed and and enter is clicked will bring to the mainmenu,the password right now is in the code,I need to make a form to change the password,ie login form datails,with user nam
User names and password -
I need to set up and user name and password screen. What I need to do, is to save the list of the 2 users with their passwords (maybe on a floppy disk) and when they log on with there password, VB will check to see if their user name and corresponding password is valid, and then let t
Internet Secutiry -
Hi all,
I need to accept the password from the user, take it to the database in a server and verify it with a value in the password field in a table and if matches,i need to allow the user to proceed with the furthur navigation.
When i take the password from the browser to my se
Send Email to user by username -
I am working on a project which required me to send a email to the user whom forget his/her password. The user are required to enter his/her username, and after entering his username, the system will promptfor his secret question.After correctly answered the secret question the system
change password, and password expiry -
Hi I have created a vb system and the user must login, i have this done where the user enters a name and password and this checks the database and allows the user into the system if name and password correct and generates and error if incorrect.
I now have to make the system so tha
Project Continued. Help Appreciated -
Well, instead of a new assignment my instructor is making us add to the last assignment. I have taken away all of the message boxes and placed feedback onto a label. I did it with message boxes at first because that is the way the instructor did it in his example. I found all those mes
Set default cursor location on form -
Hello,
I would like to know how I can set the cursor to default to a textbox on one of my forms. I'd google it but had no luck.
I'm setting up a form, so that the user can input a password, 1) I'd like to have the cursor default to the textbox on form load. 2) if the user inputs
[2005] Stupid Login Question -
I'm sure this question is either so obvious it doesn't deserve asking, or has already been asked before, but I couldn't find it from searching, sorry.
I am planning to make an application with 3 user types; basic user, super user and admin.
From the login page (the first form to
[02/03] How to close a parentform from childform -
I creating a password change form.
When a user changed a password.
the form will auto log off.
mdiform and entire child form will close.
login form will logout and retrieve variable value(User ID) from child form.
How to do this ?
Any idea ?
thanks =)
[2005] User Logon & Loading Questions. -
Ok i have a program that i have to design that will let a user login with their username and password and also create a new user which will then be stored somewhere.
My question is what is the best way to go about this? Is it storing it in a separate text file? If not can you explai
ADO Connection String Question -
I'm passing a user entered username & password that is supposed to correspond to a User account on a SQL Server database as opposed to checking a "Users" table.
If the user entered an invalid password...I would like a custom error page to display. My question is what
change password, and password expires -
Hi I have created a vb system and the user must login, i have this done where the user enters a name and password and this checks the database and allows the user into the system if name and password correct and generates and error if incorrect.
I now have to make the system so tha
compare password typed with password NT -
Hi
Are there someone API that compare the password that the user type with your password (NT) ?
I have a form , where the user type login and password , and the analyt want that compare the password typed with password the user, agree login typed
I believe that do no
confirm password -
Hi! i am new at vb and is doing a logon form where the user has to enter his/ her userid and password and then it gets validated and if there is a new user he is taken to a newuser logon where he enters his userid password and cinfirm password and goes back to original logon screen...h
forms and encrypton -
Hello I am new to this forum.
I have a school project and part of the software is so that the user writes his username and password in "frmNewUser" and when the user presses OK button, another form "frmPasswordConfirmation" pops up and askes the user to re enter
stupid question re:log-in screen -
Hi everyone!
I have a log-in screen with a username text box and a password text box (duh, lol). Anyway, I want the user to have the option to press the enter button to verify the username and password right at the password textbox. Currently, they can only do this by clicking th