Xiis Posted April 13, 2005 Posted April 13, 2005 (edited) hmm when i try to make a password box with astriks for an auto login program im makeing it wont give me astriks so am i doing it write or is there a way to fix this? it makes the letters like super scrits on my auto logger $pass =GUICtrlCreateEdit("",200,265,150,22,$ES_PASSWORD) $Id = GUICtrlCreateEdit("",200,230,150,22,0) Edited May 20, 2006 by Jon
Helge Posted April 13, 2005 Posted April 13, 2005 (edited) Change at least $pass to GUICtrlCreateInput instead of GUICtrlCreateEdit....$pass =GUICtrlCreateInput("",200,265,150,22,$ES_PASSWORD) $Id = GUICtrlCreateInput("",200,230,150,22,0)Also, why upload a huge BMP instead of uploading a tiny JPG ?Just a question...-Helge- Edited April 13, 2005 by Helge
Xiis Posted April 13, 2005 Author Posted April 13, 2005 (edited) lol because ed to useing bmp so i save alot of files like that it has better quality ... to me anyway... but sorry for the huge 400kb pic next time will post 26kb jpg oh and ty no wonder it was weird...lol Edited April 13, 2005 by Xiis
Michael.Curley Posted April 14, 2005 Posted April 14, 2005 lol because ed to useing bmp so i save alot of files like that it has better quality ...I think if you have windows XP, then even MSPAINT.exe can save files as .png (Portable network Graphics), which I do believe, is the only non-lossy image compession that actually does justice to compression. (Not to mention .png is the only image compression {for windows} that support 24 bits. as in, a full 8 bit alpha channel)However, IE does not support all of the transparency data correctly, it is either "on" or "off" to internet explorer.Just thought I would let you know.
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