Results 1 to 5 of 5

Thread: Windows login screen font

  1. #1

    Thread Starter
    Addicted Member MoE70's Avatar
    Join Date
    May 2006
    Posts
    185

    Windows login screen font

    Does anyone know what font and what password character is used on the windows login screen



    edit: im also looking for the font that is used for the username field
    Last edited by MoE70; Apr 18th, 2007 at 11:49 AM.

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Windows login screen font

    It looks like Wingdings font, Chr$(108) (lower case "l").
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3

    Thread Starter
    Addicted Member MoE70's Avatar
    Join Date
    May 2006
    Posts
    185

    Re: Windows login screen font

    that looks like it but it doesn't show up on vb when i enter it in the passwordchr option in the text box's properties

    the ones from the character map come up as a question mark "?"
    Last edited by MoE70; Apr 18th, 2007 at 12:09 PM.

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Windows login screen font

    Set the textbox's font to Wingdings and the password character to l (lower case L). It works on mine.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  5. #5

    Thread Starter
    Addicted Member MoE70's Avatar
    Join Date
    May 2006
    Posts
    185

    Re: Windows login screen font

    Quote Originally Posted by Al42
    Set the textbox's font to Wingdings and the password character to l (lower case L). It works on mine.
    very clever! thanks

    now all i need is the right font for the username field

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