The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: dionysnew on July 05, 2006, 03:06:33 AM

Title: password
Post by: dionysnew on July 05, 2006, 03:06:33 AM
hi , everibody i am new in the forum, and new in asm language. a need help with a program that i am creating
....     so i need creating a login sistem ....     i have tried with  edit boxes but   the  problem is that  the password is
displayed  .......     how   can i hide the password( it is to say .....   not to print the password   or  print   xxxxxxxxx.....
Title: Re: password
Post by: raymond on July 05, 2006, 03:09:52 AM
From Win32.hlp:

If the application creates an edit control using the style ES_PASSWORD, the default password character is an asterisk (*).

Raymond
Title: Re: password
Post by: dionysnew on July 08, 2006, 07:08:17 PM
thanks raymon you give me a good hhelp