rubiks 0 Posted January 31, 2005 Hey all... I've been working on a new GUI program that uses a username and password field. When I set the GUI Input for $ES_PASSWORD I am still able to see the chars. that I type in. below is the code for the input which after searching through the forum it seems to be right. I am using .103 beta. I have also downloaded the latest GUIConstants file and still see the same result. Any ideas? $Password = GUICtrlCreateInput ( "", 150, 150, 150, $ES_PASSWORD ) Thanks for the help. Candy is Dandy, but Liquor is Quicker Share this post Link to post Share on other sites
lyledg 0 Posted January 31, 2005 YOu need to include this line into your script #include <GuiConstants.au3> Try that.. Share this post Link to post Share on other sites
Valik 478 Posted January 31, 2005 You're passing it as the height paramter, not the style parameter. Share this post Link to post Share on other sites
rubiks 0 Posted January 31, 2005 LOL...I feel stupid now... hahahah... I didn't even think about the height param.... Just added a ", 0" and what do ya know...it works now! hahahahaha....... I can't believe I was working on that for days and didn't even think about it! Thanks guys....take it easy! Rubiks Candy is Dandy, but Liquor is Quicker Share this post Link to post Share on other sites