o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Confirm New Password -

M a newbie.Is anyone there can tell me how to re-confirm password by using visual basic 6.0?Below is my coding.Please help me to correct the error in the coding.Thanks

 

Confirm New Password -
M a newbie.Is anyone there can tell me how to re-confirm password by using visual basic 6.0?Below is my coding.Please help me to correct the error in the coding.Thanks


change password -
So I have a program with a password, and I want people to be able to change the login password. I have the basic 3 boxed, old password new password confirm password how to I go about storing the password in the exe file?


disguise password -
i am asking the user to enter new password and then getting the user to confirm the password, i am using the following script YESNO = MsgBox("PASSWORD NOT SET, CREATE NEW PASSWORD? ", vbYesNo, "ChangePassword") If YESNO = vbYes Then NEWPASSWORD1 = Appli


Using Javascript in .NET -
Hi, i need to validate my form using javascript... how it can be done... For eg take a change password screen which prompts for old password, new password and confir new password.. i need to validate whether the new password and confirm new password are same.. Thanks in ad


Passing a value back to password field -
Hi, In my form(.aspx page) i have 2 text fields for password and re-confirm password. When i click a button it clears the password value . Is there anyway to get the value back to the password field. Thanks, edna


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.


assigning value to password field -
Hi, In my form(.aspx page) i have 2 text fields for password and re-confirm password. When i click a button it clears the password value . Is there anyway to get the value back to the password field. I tried saving it to a session variable and then assigning it back to the fiel


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


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


compare form fields -
This is easy, but I can't figure it out....a couple things. First, I have a connection with one of my databases that I am using to allow my users to change their password. I want to be able to have them confirm their password just to be sure they typed it in correctly. I have seen diff


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


admin page -
hi, i have created a access database with a table called staff with two fields: with surname and password. i have also created a form in vb6 with two text boxs, 1: surname 2: password and a confirm button. Is there a way to create a admin page in vb6 so that when the user types


Password Screen - Help plz some1 -
hi there, i want to create a password screen. There are 3, form screens: Form 1 3 buttons on form 1 - Register, Confirm, Cancel Form 2 3 buttons on form 2 - Confirm, Clear, Cancel Form 3 1 Button, on form 3 - Login Below is the link if you want to see what i am talkin


[VBA] Confirm Password -
I have a table called tblUsers and a form called frmUsers. Within tblUsers I have Field Name | Data Type | Additional Info username | text password | text rank | text | lookup within frmUsers I have Name | Control Source txtUsername | text txtPassword | text txtConPas c


Password checker.... -
I need to make a application to set the local machine 's password the same as the W2K network, here is what it should do: 1-checker runs in the background after boot up 2-user is prompted for the network (W2K Active Dir) password change 3-user changes password 5-changes are m


emergency help...plz -
hi every1...i'm very new to VB programing...i got an assignment that i have to develop an application with VB6 & MS-Access..but i'm stock in some points: 1.how can i close the first form when i go to the second form?(for example: when i press the register button in the first for


Textbox Checking -
Hello, I am currently creating a program (not releasing any details yet) anyway i am amking a user registration form, and i have 2 text boxes to type a password, then another to confirm it. How do i check if the the passwords are the same when the OK button is clicked? And like if they


Just how protected is string protection :: I'll soon find out.. -
This is perhaps one of the most simple questions ever asked here. However, I am no new comer to the world of visual basic but still need to confirm things. Okay, if I was to have a password box on my form and when the correct pass word was entered (and the user clicked ok) then the


confirm box return value -
I'm familiar with using confirm boxes on a button to determine a certain action based on the return value. I'm now sure how do this inside of a function. I'm scanning the database inside of a function and if a particular value is found, i want to display a confirm box with yes/no act


Password Protect a folder -
I want to create an application that can protect a folder. ie..if i right click on a folder and then there should be a new menu item on the context menu (I know how to do this). Now when i click on the menu item (say protect) it should ask for a password , confirm it. Now when I try to


Strange CommandButton Display! -
A VB6 Form, named Form1, has a CommandButton. When this CommandButton is clicked, another Form, named Form2 opens up. Form2 has 2 TextBoxes & 2 CommandButtons, named cmdOK & cmdCancel. Both the TextBoxes are password fields - users will have to enter a password in the 1st TextB


Confirm -
plz tell me confirm alert how its button work i mean OK and CANCLE....


[2005] create user wizard in asp.net -
The create user wizard seems to have the standard fieds like username,password,confirm password,email,security question and security answer. How can i remove some of those fields requirements?


Help with security idea (VB - 6.0) -
Hey guys, I'm currently making a security clearance program and i need a little bit of help (mainly because i'm kinda noobish) The program goes something like this: The alphabet (A - Z) is lined up side by side and beside each of these numbers is a randomly generated number betwee


User Name and Password using Access -
Hi im creating a program where the user first inputs a preferred username (textbox1) and password (textbox2). I need help with on button click the data in these two texboxes to be stored in an Access database. When the user opens the login in page and type in their username in (tex


create user with the login -
I use the asp:CreateUserWizard but I have 3 problems. 1. I want the password to be with alphanumeric and now I get: Password length minimum: 7. Non-alphanumeric characters required: 1. how can I change it? 2. I want to confirm the email, is it possible with the Crea


cant figure it out :( -
wats wrong here... Code: <?php require ('header.php'); echo '<div class="register">'; if (isset ($_POST['submit'])) { $problem = FALSE; if (empty ($_POST['first_name'])) { $problem = TRUE; echo '<p>Please enter your first name.<


can some1 confirm this -
Can some1 pls confirm to me that the number of ways in which a sum of 20 can be obtained when 8 distinct roles are rolled is 36688... A yes or no answer is enough.. but pls be honest and do try it out before... Thanks


faster For.. Next -
Can anyone confirm this: IS For... Next loop faster without the counter at the end of Next? ie. For i = 1 to 100 ... Next Otherwise i'll need to build a precision timer to confirm the % diff. in performance


ADS Again! -
I am storing a password in an ADS file. Suppose I save the password hello. Using a CommandButton, VB tells me that the password is hello. Ok......fine.......next I decide to change the password & enter a new password, say, bye. Now when I retrieve the password, I find that the pass


Is Nothing Function -
Hi Guys I cant seem to get this to work. I want to check if a registry value exists. This is what i got and dam sure that its write. Code: If GetSetting(My.Application.Info.ProductName, "TroubleShooter", "Password") Is Nothing Then MsgBox(&qu


Creating a password confirmation -
Im having problems creating a password comfirmation. What i want to do is if two field match each other then copy to another field but i dont want to use a button to do this. Code: If pass.Text = passc.Text Then passc = Text2.Text Else MsgBox "Please enter the correct p


Setting Focus to an object -
Let me set the scene. I have a form in Access (2003) that is used for changing passwords. It does the usual thing of asking the user to input their current password first. They put this in a text box and the after update property checks this against the known password for this user. If


confirm file conversion -
hi all, i am counting lines in a word file, i am made invisible the background opening of the file, but still it is opening and closing. also before opening each of the word file, a window is displaying "Confirm File confirm", in that it shows some list of file formats such a


[2005] NullReference was unhandlded -
Hi guys I am having problem to fills the text on each textbox in the webpage. I did get one textbox to fill only, not for others. When I attempt to fill the texts in two textbox at the same time, I get the error. Error: NullReference was unhandlded Object reference not set to an in


Windows Service - Set Service Login -
gday all, Tried to write my first Windoes Service yesterday with a certain degree of success but I couldnt install it. Upon running teh Install programme in the command line I was presented with a 'Set Service Login' window with a User ID, Password and Confirm Password text box.


Validate text boxes with vbscript -
I'm trying to make a 'Create User Account' page with asp and vb script. I want to validate the text box entries before passing to the next page. I searched the forums and tried to use the most promissing code I could find, but it's not working. It just goes to the next page as soon


logins and security -
Dear knowlegable one's How do i check and compare then confirm data that has been entered onto a form, with data that is in a access table.(for a login that checks username and password) ` Many thanks The Brokite...


[2005] how i register mt windows service with windows XP -
hi all i have developed a windows service using vb.NET i am facing problem in registering it with windows XP i write this command in command prompt D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>installutil "c:\mywinservice.exe" after executing above command, a w


Access and VB problems -
Hi, im new here not new to VB though as i have been doing it for a year now in school, but im stil quite bad at it only know the basic coding. So any responses please try and keep them as easy to understand. My problem is i am currently doing coursework and mine is on a computer sh