Jump to content

O.o hmm password style


Xiis
 Share

Recommended Posts

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 by Jon
Link to comment
Share on other sites

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 by Helge
Link to comment
Share on other sites

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 by Xiis
Link to comment
Share on other sites

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.

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