7/13/2015 2:47 PM | |
Joined: 2/9/2015 Last visit: 6/6/2024 Posts: 65 Rating: (1) |
hi dears
Normal 0 false false false EN-US X-NONE AR-SA I need to use “**” character in my input box window for password because when the user type his password in input box it show for other people and I don’t want it I write this script in my VBS but it doesn’t work Dim obj Obj = inputbox (“Please insert your password” , ”password dialog” , “ “,”****”) Please help
---------------------------------------------------------------------------------------------------- |
Last edited by: Min_Moderator at: 7/13/2015 4:16:57 PMNew subject after splitting |
|
7/13/2015 4:43 PM | |
Posts: 46 Rating: (5) |
Hi, this is not working because you defined the XPos-Value as "***" (see the definition of the InputBox-Function here: https://msdn.microsoft.com/en-us/library/6z0ak68w(v=vs.90).aspx) I think it's not possible to define a password-field with InputBox. But you can use a textbox, see here an example: Hope this helps |
This contribution was helpful to1 thankful Users |
9/26/2015 1:51 PM | |
Joined: 2/9/2015 Last visit: 6/6/2024 Posts: 65 Rating: (1) |
hi thanks for your answer |
Follow us on