hi guys
i have a situvation that i hvae to take password from the user for that i am using inputbox option to take password. the problem is if i use input box we can't mask the input text box as far i know. so do we hvae any other option without creating another form for that.
thank you
|
Go4Expert Founder
|
![]() |
| 8Feb2007,09:12 | #2 |
|
No I dont think in a direct way it should be possible but you can try out the following. It may work.
Try getting the handle to the input box and get the child controls and if you have the textbox try setting its property for masking. |
|
Team Leader
|
![]() |
| 9Feb2007,16:28 | #3 |
|
It's possible!
Copy the following code to a module. Code: VB
Then, you may use it like this. Code: VB
The project files are attached. |
|
Ambitious contributor
|
|
| 29Apr2007,19:31 | #4 |
|
Thanx Pradeep! thats usefull
|


