|
||||||
| Visual Basic Programming Discussion forum for Visual Basic, an event driven programming language and associated development environment from Microsoft for its COM programming model. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hi,
I am trying to code a change password form on VB6 but I am not having much luck with it. The change password form is a separate form (frmChangePassword) to the login form but it can be accessed by a button on the login form (frmPassword). I have declared the password variable as a global variable so it could be accessed in all forms, but for some reasons, the change password form is not reading the password variable from the login form. Any ideas? Edit: While we on it, how do I remove a background picture from a form which is set using the properties box? Last edited by InternetGeek; 01-20-2007 at 07:46 AM. |
| Sponsored Links |
|
|
|
|||
|
You have to put a mask in for the password to show with a mask.
You type: jj88 It shows: **** Thats what you wanted right? I don't have VB6 or I would post a screenshot.
__________________
DirkFirst |
|
|||
|
No... the masking is fine.
What I mean was I cannot access the supposely global variable in the other form as the passsword variable is stored in another from- separate to the change password form. When changing password, the old password needs to by entered and then the new password is to be entered twice, if these are correct, then the password can be changed. For some reason, the password cannot be changed, even though the old password is entered correctly. (Its the old password's fault here, not the new password verification) I have also tried to declare the global variable using a module (Global password as string) but this does not seem to work either. |
|
|||
|
Could you post the code? I'm not sure I understand but it sounds like you want to retrieve a variable from one PHP form in another? Or are you trying to get the POSTED value of the password?
__________________
DirkFirst |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Forgot Your Password On XP? | pranky | Tutorials | 12 | 04-26-2007 10:08 AM |
| Using change management | Cosmet | General Programming | 2 | 10-30-2006 07:16 PM |
| Storing a Secure Password | dirkfirst | PHP Forum | 7 | 07-22-2006 11:45 PM |
| Calling a form from another form | Void | Managed C++ | 1 | 07-01-2006 10:44 AM |
| WingedPanther | ........ | 2630.54 |
| Xav | ........ | 2576.41 |
| Brandon W | ........ | 1697.27 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 959.05 |
| dcs | ........ | 646.09 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 407.96 |
| chili5 | ........ | 378.6 |
Goal: 100,000 Posts
Complete: 97%