473,387 Members | 1,673 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

password on inputbox?

55
Hi.

I want the user to input a password on an inputbox. How do I make this without showing the actual password? In textboxes you can set the view to all ********. How do I do this in inputboxes?
Nov 23 '07 #1
11 2536
Killer42
8,435 Expert 8TB
... In textboxes you can set the view to all ********. How do I do this in inputboxes?
You can't. The Inputbox() function shouldn't even be used in a real application. It's just a "quick and dirty" way to grab something from the user, really only appropriate for use during development or in things like a utility you will just use yourself.
Nov 23 '07 #2
chandru8
145 100+
hi
By adding Pcomm autsystem reference , you ill get an input box while typing the charactes will display as ************

thanks
Nov 23 '07 #3
debasisdas
8,127 Expert 4TB
You can design a small form of the size of inputbox for the same functionality there you can use textbox with password character.
Nov 23 '07 #4
lotus18
866 512MB
You can design a small form of the size of inputbox for the same functionality there you can use textbox with password character.
Hi jaz215

I agree with debasisdas. You can design any thing you want with your form better than using an inputbox.

I think a lot of people will not agree with me, I think inputbox is obsolete : )
Nov 23 '07 #5
AHMEDYO
112 100+
Hi jaz215

I agree with debasisdas. You can design any thing you want with your form better than using an inputbox.

I think a lot of people will not agree with me, I think inputbox is obsolete : )
HI..

you are right, but not just it obsolete, but with current situation, he need to print * instead of Original character, you can do that by using FindWindow and SendMessage With ES_PASSWORD Style but take in your mind that inputbox displayed as Model dialog and InputBox() function does not return until user press enter or cancel, this mean you need to create another thread before calling InputBox Function , and then use FindWindow and SendMessage Function, simply Design new form is the Best one

Kind Regards
Nov 23 '07 #6
Mohan Krishna
115 100+
hi
By adding Pcomm autsystem reference , you ill get an input box while typing the charactes will display as ************

thanks
Hi Chandru!

Please tell how to add that reference!

ThanQ!
Nov 25 '07 #7
Mohan Krishna
115 100+
Hi everyone!

I got a code for this which I want to share with you all...


Hope you accept it! Thank you!
Attached Files
File Type: zip PwdIpBox.zip (2.3 KB, 281 views)
Nov 25 '07 #8
jaz215
55
got a lot of opinions from this post :P

thanks for the help!
Nov 28 '07 #9
Killer42
8,435 Expert 8TB
got a lot of opinions from this post :P
Yes, we have a great supply of those. :)

Glad we could help.
Nov 28 '07 #10
jrtox
89
Thanks for this one...
Jan 31 '08 #11
jrtox
89
Thanks for this one

Phils. Ervin
Jan 31 '08 #12

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: HB | last post by:
Please Help In my application I need the user to type their password everytime they perform a certain task. I am using the inputbox function for this but anyone looking over their shoulder can...
3
by: Susan Bricker | last post by:
I would like to have a transparent command button on my Main Menu to cause an Inputbox( ) to be displayed for the user to enter a password. This is to control the enabling of Bypass Key (shift). ...
2
by: fong.yang | last post by:
I've used the wizard to create several forms to be open with the switchboard. I want to password enable one of my forms that is opened from the switchboard. The form is called Admin Functions. Is...
1
by: Ntl News Group | last post by:
I have an Access InputBox, when the user enters the text into the strInput I want it to appear as **** like when the Input Mask of Password is selected on a Forms Text Box. Any Ideas? Many...
3
by: prophet | last post by:
I know that this is going to be so simple to fix, but I have been pulling my hair out trying to see the forest through the trees...... What I want to do is change the onMouseOver so that when you...
4
by: prophet | last post by:
so hopefully only one more question about this..... so I have a webpage using frames. I have a header and a column down the left, and the main body (all of which have different htmls but are...
9
by: vb6 | last post by:
Hi , I need to enter a passsword to an InputBox but the char. need to be in password char. Please assist. Thanks.Happy Hoildays
3
by: LMzizi | last post by:
Pword = InputBox("Enter password","Login Screen","***") I m trying to hide my password in InputBox but the above coding does't help ,Could someone help me please ? Thanks in advance
5
by: Hutch | last post by:
How do i get the ****** to appear insted of text when it is an inputbox? and not a box inside a form. here is the code i am using Public Function bDisableBypassKey_Click() 'This allows a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.