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

Visual Basic

 
GeneralPrinting Problem [modified] Pin
Zaegra13-Apr-08 3:53
Zaegra13-Apr-08 3:53 
GeneralRe: Printing Problem Pin
Luc Pattyn13-Apr-08 4:01
sitebuilderLuc Pattyn13-Apr-08 4:01 
GeneralRe: Printing Problem Pin
Zaegra13-Apr-08 5:24
Zaegra13-Apr-08 5:24 
GeneralRe: Printing Problem Pin
Luc Pattyn13-Apr-08 6:28
sitebuilderLuc Pattyn13-Apr-08 6:28 
GeneralRe: Printing Problem Pin
Smithers-Jones13-Apr-08 7:03
Smithers-Jones13-Apr-08 7:03 
GeneralRe: Printing Problem Pin
Zaegra13-Apr-08 8:12
Zaegra13-Apr-08 8:12 
GeneralRe: Printing Problem Pin
Luc Pattyn13-Apr-08 10:10
sitebuilderLuc Pattyn13-Apr-08 10:10 
Questionchange password Pin
bapu288913-Apr-08 3:41
bapu288913-Apr-08 3:41 
Hello

i am trying to add password in my one of exercise and it's works fine but when i try to change it it's not changeing at all

i have set txtpassword.tag = "bapu" in property window

and code for click event is


Private Sub Button3_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click<br />
     ClickCount += 1<br />
     If ClickCount = 1 Then<br />
         MsgBox("Please enter your old password", MsgBoxStyle.Information)<br />
     ElseIf ClickCount = 2 Then<br />
         If txtPassWord.Text = txtPassWord.Tag Then<br />
             MsgBox("Please enter your new password", MsgBoxStyle.Information)<br />
             txtPassWord.Tag = Nothing : txtPassWord.Focus() : txtPassWord.Text = ""<br />
         Else<br />
             MsgBox("Wrond", MsgBoxStyle.Information)<br />
         End If<br />
     ElseIf ClickCount = 3 Then<br />
         txtPassWord.Tag = txtPassWord.Text<br />
         MsgBox("Password changed", MsgBoxStyle.Information)<br />
     End If<br />
 End Sub


any help how to deal with this Confused | :confused:

waiting for your kind rep.

have a nice day
GeneralRe: change password Pin
Marc Soleda13-Apr-08 6:09
Marc Soleda13-Apr-08 6:09 
QuestionRe: change password Pin
bapu288913-Apr-08 10:00
bapu288913-Apr-08 10:00 
GeneralRe: change password Pin
Marc Soleda14-Apr-08 2:55
Marc Soleda14-Apr-08 2:55 
GeneralRe: change password Pin
Christian Graus13-Apr-08 11:24
protectorChristian Graus13-Apr-08 11:24 
QuestionRe: change password Pin
bapu288914-Apr-08 8:27
bapu288914-Apr-08 8:27 
GeneralRe: change password Pin
Christian Graus14-Apr-08 10:48
protectorChristian Graus14-Apr-08 10:48 
AnswerRe: change password Pin
bapu288915-Apr-08 10:49
bapu288915-Apr-08 10:49 
QuestionHow to simulate user pressing "OK" for example in "Page Setup" Pin
Ilkka12-Apr-08 22:51
Ilkka12-Apr-08 22:51 
AnswerRe: How to simulate user pressing "OK" for example in "Page Setup" Pin
Ilkka13-Apr-08 0:12
Ilkka13-Apr-08 0:12 
Generalprint preview problem Pin
en.Mahdi12-Apr-08 18:57
en.Mahdi12-Apr-08 18:57 
GeneralRe: print preview problem Pin
Ilkka13-Apr-08 0:05
Ilkka13-Apr-08 0:05 
GeneralRe: print preview problem Pin
en.Mahdi13-Apr-08 3:05
en.Mahdi13-Apr-08 3:05 
GeneralInputBalloon with MSAgent vb.net 2005 Pin
cutequencher12-Apr-08 7:13
cutequencher12-Apr-08 7:13 
Generalsome thing Pin
x200712-Apr-08 4:05
x200712-Apr-08 4:05 
QuestionWTF? Pin
pmarfleet12-Apr-08 4:46
pmarfleet12-Apr-08 4:46 
GeneralRe: some thing Pin
Marc Soleda12-Apr-08 5:58
Marc Soleda12-Apr-08 5:58 
QuestionWhere is APIs in VB9? Pin
DigiMyth12-Apr-08 3:55
DigiMyth12-Apr-08 3:55 

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.