CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: promt password

  1. #1
    Join Date
    May 2001
    Posts
    23

    promt password

    how to make an inputbox with the passowrd char *


  2. #2
    Join Date
    Jan 2000
    Location
    Saskatchewan, Canada
    Posts
    595

    Re: promt password

    You will need to make your own with a form and textbox. The textbox has a password character.

    David Paulson

  3. #3
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: promt password

    When assing a new form to your application, choose Login from the forms templates. You'll get a form as well as the code for reading in and verifying a username and password.


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