Dec 4, 2002 #1 Vincentan MIS Aug 21, 2002 52 MY I need your expertise help! I need to show the display to * when I type any key in the text box? How to set the keypress code for this? Example: I key the value in text box for text1.text = 'abcdefg' and the display change to * = chr$(24) sign when I type 'abcdefg'
I need your expertise help! I need to show the display to * when I type any key in the text box? How to set the keypress code for this? Example: I key the value in text box for text1.text = 'abcdefg' and the display change to * = chr$(24) sign when I type 'abcdefg'
Dec 5, 2002 #2 JustinEzequiel Programmer Jul 30, 2001 1,192 PH a text box control has a PasswordChar Property look it up Upvote 0 Downvote
Dec 8, 2002 Thread starter #3 Vincentan MIS Aug 21, 2002 52 MY Thanks for your help! guy Upvote 0 Downvote