Results 1 to 5 of 5

Thread: InputBox

  1. #1

    Thread Starter
    Lively Member Alessio's Avatar
    Join Date
    Feb 2002
    Location
    http://www.nottehorror.too.it
    Posts
    101

    InputBox

    How can I let for letting a InputBox that has the character of the passwords appear (*)?

  2. #2
    Hyperactive Member GlenW's Avatar
    Join Date
    Nov 2001
    Location
    Gateshead, England
    Posts
    479
    Sorry, don't think you can.
    I've tried.

  3. #3
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429
    An option:

    Use a small (modal) form with a TextBox on it.

    Set the TextBox Password property to "*"
    ________
    Sweet_Candies live
    Last edited by Bruce Fox; Aug 14th, 2011 at 04:37 AM.

  4. #4
    Fanatic Member
    Join Date
    Jul 2001
    Location
    London UK
    Posts
    671
    You need to hook it and then send it the EM_SETPASSWORDCHAR
    message.

    See this link for more info

    http://www.freevbcode.com/ShowCode.Asp?ID=1214

  5. #5

    Thread Starter
    Lively Member Alessio's Avatar
    Join Date
    Feb 2002
    Location
    http://www.nottehorror.too.it
    Posts
    101
    perfect, thanks

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