|
-
Apr 18th, 2007, 07:31 AM
#1
Thread Starter
Addicted Member
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.
-
Apr 18th, 2007, 10:32 AM
#2
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
-
Apr 18th, 2007, 11:48 AM
#3
Thread Starter
Addicted Member
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.
-
Apr 18th, 2007, 12:59 PM
#4
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
-
Apr 18th, 2007, 01:24 PM
#5
Thread Starter
Addicted Member
Re: Windows login screen font
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|