CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2002
    Posts
    1

    Hiding a Password

    I am trying to make a dialog box (Using forms) that asks for login and password, except I can't figure out how to mask the password with "*"'s or just leaving it blank like in a UNIX login. Either way is acceptable. Anyone have any ideas?

    Thanks in advance,
    Davidt

  2. #2
    Join Date
    Jun 2002
    Posts
    4
    Select your edit control first, find the Password item from the property window(at the right side,below) , change it to "True".

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured