bitman Posted March 23, 2006 Posted March 23, 2006 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
Nuffilein805 Posted March 23, 2006 Posted March 23, 2006 (edited) #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 March 23, 2006 by Nuffilein805 my little chatmy little encryption toolmy little hidermy unsafe clickbot
bitman Posted March 23, 2006 Author Posted March 23, 2006 thanks for the answer I try it when I come home
{NL}--Xantios--- Posted May 22, 2006 Posted May 22, 2006 Thnx fore this one mate i can complete my tcp login project now
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now