Jump to content

Passwordinput: Show dots instead of characters


nf67
 Share

Recommended Posts

Hello there,

Who knows how I can protect the password when typed into an inputbox? So people standing behind you can't see it?

With dots for example ( but these big, black filled dots would be best )?

Thank you!

-Chris

Link to comment
Share on other sites

Hello there,

Who knows how I can protect the password when typed into an inputbox? So people standing behind you can't see it?

With dots for example ( but these big, black filled dots would be best )?

Thank you!

-Chris

It is in the help file

InputBox ( "title", "Prompt" [, "Default" [, "password char" [, Width, Height [, Left, Top [, TimeOut]]]]] )


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Look into the sytles for : $ES_PASSWORD

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Where do I put it? WHat's the style parameter of an inputbox?

My code is:

$Wachtwoord = GUICtrlCreateInput( "", 48, 258, 241, 21)

Will you please fill it in..?

Thanks

It's still in the help.

Don't worry, it won't disappear when you look it up.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

$Wachtwoord = GUICtrlCreateInput( "", 48, 258, 241, 21,$ES_PASSWORD)


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...