Click here to Skip to main content
15,923,852 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Passing Event From ouside of the form Pin
Member 12723815-Oct-04 1:47
Member 12723815-Oct-04 1:47 
GeneralImages in EMAIL Pin
Sumit Domyan4-Oct-04 18:48
Sumit Domyan4-Oct-04 18:48 
GeneralHELP NEEDED: Error in Saving the Record. Pin
website developer4-Oct-04 15:36
website developer4-Oct-04 15:36 
GeneralRe: HELP NEEDED: Error in Saving the Record. Pin
Purple Monk5-Oct-04 4:10
Purple Monk5-Oct-04 4:10 
GeneralRe: HELP NEEDED: Error in Saving the Record. Pin
website developer5-Oct-04 15:35
website developer5-Oct-04 15:35 
Generalemail datagrid contents Pin
laurathomas714-Oct-04 14:24
laurathomas714-Oct-04 14:24 
GeneralRe: email datagrid contents Pin
Dave Kreskowiak4-Oct-04 17:11
mveDave Kreskowiak4-Oct-04 17:11 
GeneralVB.Net/VS.Net Password Login Pin
Desi Bravo4-Oct-04 10:35
Desi Bravo4-Oct-04 10:35 
I created a password login following the address book application. The log in works great. The application is accessed through MS Access database.
The following is the code to the password that is generated through the load page of the log in application.

Dim UserName, Password As String

If txtUserName.Text = "username" And txtPassword.Text = "password" Then
MsgBox("Welcome, Username")
txtUserName.Text = ""
txtPassword.Text = ""
ElseIf MsgBox("Sorry, your username or password entry is Invalid!")Then
txtUsername.Text = ""
txtPassword.Text = ""
MsgBox("Try Again")
txtUserName.Focus()
Return
txtUserName.Text = "username" And txtPassword.Text = "password")
txtUserName.Focus()

End If

What I am looking for is a code that will allow the user change the password periodically. I have no idea how to generate a "change password" method.
Can someone help in this area. The above log in code works good, is just that I like to add code to change the password.;)


bravo659
GeneralRe: VB.Net/VS.Net Password Login Pin
Dave Kreskowiak4-Oct-04 11:30
mveDave Kreskowiak4-Oct-04 11:30 
GeneralRe: VB.Net/VS.Net Password Login Pin
Desi Bravo5-Oct-04 3:41
Desi Bravo5-Oct-04 3:41 
GeneralRe: VB.Net/VS.Net Password Login Pin
Dave Kreskowiak5-Oct-04 4:33
mveDave Kreskowiak5-Oct-04 4:33 
GeneralRe: VB.Net/VS.Net Password Login Pin
Desi Bravo5-Oct-04 14:54
Desi Bravo5-Oct-04 14:54 
GeneralRe: VB.Net/VS.Net Password Login Pin
Dave Kreskowiak5-Oct-04 17:09
mveDave Kreskowiak5-Oct-04 17:09 
GeneralRe: VB.Net/VS.Net Password Login Pin
Anonymous6-Oct-04 4:13
Anonymous6-Oct-04 4:13 
Generaldatagrid Pin
Paps24-Oct-04 5:25
Paps24-Oct-04 5:25 
GeneralRe: datagrid Pin
Dave Kreskowiak4-Oct-04 9:07
mveDave Kreskowiak4-Oct-04 9:07 
GeneralRe: datagrid Pin
Anonymous4-Oct-04 10:14
Anonymous4-Oct-04 10:14 
GeneralRe: datagrid Pin
Paps24-Oct-04 11:00
Paps24-Oct-04 11:00 
GeneralRe: datagrid Pin
Anonymous4-Oct-04 19:20
Anonymous4-Oct-04 19:20 
GeneralRe: datagrid Pin
Anonymous4-Oct-04 21:18
Anonymous4-Oct-04 21:18 
GeneralRe: datagrid Pin
Paps25-Oct-04 3:19
Paps25-Oct-04 3:19 
GeneralRe: datagrid Pin
Paps25-Oct-04 4:19
Paps25-Oct-04 4:19 
GeneralRe: datagrid Pin
Anonymous5-Oct-04 6:52
Anonymous5-Oct-04 6:52 
GeneralRe: datagrid Pin
Paps25-Oct-04 8:10
Paps25-Oct-04 8:10 
GeneralRe: datagrid Pin
Anonymous5-Oct-04 7:11
Anonymous5-Oct-04 7:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.