Jump to content

Gui Help To Insert Of Password


bitman
 Share

Recommended Posts

Hey I need the gui part for a password control, I don't know how to convert typed text into *******. I haven't the code with me at this time so I can'not post whatever I have done so far. but it looks this

type password

place to type text(should convert whatever typed into ***)

repeat password

place to type text(should convert whatever typed into ***)

button "ok"

please help

Link to comment
Share on other sites

#include <guiconstants.au3>
guicreate("MAIN", 300, 300)
$input_pw = guictrlcreateinput("", 10, 10, 100, 20, $ES_PASSWORD)
guisetstate()

while 1
$msg = guigetmsg()
if $msg = $GUI_EVENT_CLOSE then exit
sleep (100)
wend

this should do the job

are you sure you ever looked into the helpfile?

Edited by Nuffilein805
Link to comment
Share on other sites

  • 1 month later...

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...