<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx</link><description>Swallow the EM_SHOWBALLOONTIP message.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8994319</link><pubDate>Fri, 10 Oct 2008 17:23:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8994319</guid><dc:creator>Mark Steward</dc:creator><description>&lt;p&gt;Only do this if you definitely want to suppress all balloons. &amp;nbsp;Otherwise Windows 7 might add an extra IME balloon, which you'll swallow against the will of the user. &amp;nbsp;And then we'll have *another* workaround to deal with.&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8994337</link><pubDate>Fri, 10 Oct 2008 17:32:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8994337</guid><dc:creator>Mark Steward</dc:creator><description>&lt;p&gt;Ignore that, any new balloons should be opt-in...&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8994373</link><pubDate>Fri, 10 Oct 2008 17:53:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8994373</guid><dc:creator>John</dc:creator><description>&lt;p&gt;Only do this if you are an idiot.&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8994433</link><pubDate>Fri, 10 Oct 2008 18:28:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8994433</guid><dc:creator>Pierre B.</dc:creator><description>&lt;p&gt;There is a legitimate use for this: some system don't differentiate between lower-case and upper-case for passwords, mainly as a usability gesture for exactly this same reason.&lt;/p&gt;
&lt;p&gt;(And, the system has to work on all Windows revisions or on all OS, so they couldn't rely on the balloon to help users.)&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8994456</link><pubDate>Fri, 10 Oct 2008 18:43:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8994456</guid><dc:creator>James Schend</dc:creator><description>&lt;p&gt;Pierre: Those systems are broken, and should be fixed. If they don't allow lowercase/uppercase characters in password, they probably also don't allow punctuation and most likely also have a really short maximum password length (like 8 chars.)&lt;/p&gt;
&lt;p&gt;I hate those programs, because, gasp, I actually *want* to use strong passwords. They should let me.&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8994491</link><pubDate>Fri, 10 Oct 2008 19:02:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8994491</guid><dc:creator>Maurits</dc:creator><description>&lt;p&gt;There are segments of society that live with their Caps Lock key permanently on.&lt;/p&gt;
&lt;p&gt;I used to get email from some of them.&lt;/p&gt;
&lt;p&gt;But anyway, I could imagine a front end GUI to a system that only accepted numeric passwords (so you could call in from your phone, say). &amp;nbsp;The warning would be superfluous for such a GUI.&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8994593</link><pubDate>Fri, 10 Oct 2008 20:32:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8994593</guid><dc:creator>AsmGuru62</dc:creator><description>&lt;p&gt;All characters are allowed in password - Windows simply friendly reminding that password entered MAY not be a right one.&lt;/p&gt;
&lt;p&gt;Also, SubclassWindow macro only subclasses this box and not all boxes in the system.&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8994623</link><pubDate>Fri, 10 Oct 2008 20:58:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8994623</guid><dc:creator>George Jansen</dc:creator><description>&lt;p&gt;@James Schwend: Oracle database passwords are case-insensitive. I don't think that with the installed base they're going to switch over to case-sensitive any time soon.&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8994662</link><pubDate>Fri, 10 Oct 2008 21:26:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8994662</guid><dc:creator>Todd Berkebile</dc:creator><description>&lt;p&gt;Personally I think that Ballon Tooltips for password fields is the coolest feature ever added to Windows. &amp;nbsp;Why someone would need to be insane to disable such an amazing feature! &amp;nbsp;Whoever thought up that UI feature must be a genius. ;)&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8994667</link><pubDate>Fri, 10 Oct 2008 21:36:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8994667</guid><dc:creator>Duke of New York</dc:creator><description>&lt;p&gt;[There are segments of society that live with their Caps Lock key permanently on. I used to get email from some of them.]&lt;/p&gt;
&lt;p&gt;Yeah, they're called &amp;quot;parents.&amp;quot;&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8994725</link><pubDate>Fri, 10 Oct 2008 22:29:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8994725</guid><dc:creator>Ike</dc:creator><description>&lt;p&gt;AsmGuru62 - &amp;quot;Also, SubclassWindow macro only subclasses this box and not all boxes in the system.&amp;quot;&lt;/p&gt;
&lt;p&gt;Correct, and I have a hard time understanding how people could think otherwise and express that thought without thinking again. They obviously have no experience in Win32-programming.&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8994935</link><pubDate>Sat, 11 Oct 2008 00:46:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8994935</guid><dc:creator>SuperKoko</dc:creator><description>&lt;p&gt;@James Schend: What about credit card numbers?&lt;/p&gt;
&lt;p&gt;That seems to be a legitimate use of ES_PASSWORD.&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8995188</link><pubDate>Sat, 11 Oct 2008 03:49:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8995188</guid><dc:creator>Angus</dc:creator><description>&lt;p&gt;The balloon I *really* want to suppress is the &amp;quot;You can continue to work while I download your update&amp;quot; one. I know that, I don't need to be reminder for every update. Now, can I have a checkbox that says &amp;quot;don't show this dialog again?&amp;quot;&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8995574</link><pubDate>Sat, 11 Oct 2008 11:10:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8995574</guid><dc:creator>Shinobu</dc:creator><description>&lt;p&gt;I think that the control should convert all characters to uppercase when the balloon gets swallowed. The only good reason to disable the balloon is because your passwords are case insensitive. If you don't remove the case information when the balloon is swallowed, some programmer somewhere will create a case-sensitive password box without warning balloon, yielding frustrated users whose passwords don't work because they didn't get warned about their capslock as expected.&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8995585</link><pubDate>Sat, 11 Oct 2008 11:20:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8995585</guid><dc:creator>Dean</dc:creator><description>&lt;p&gt;Shinobu: How would the control know it's been subclassed to prevent the balloon showing up?&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8996702</link><pubDate>Sun, 12 Oct 2008 20:04:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8996702</guid><dc:creator>Ens</dc:creator><description>&lt;p&gt;Even if it could tell it was subclassed, I wouldn't want it. &amp;nbsp;What if the password itself you're entering is lowercase or mixed-case? &amp;nbsp;Generally I don't like when changing one little thing changes a bunch of seemingly unrelated styles (see also: &amp;nbsp;the way that the button style on tab controls changes the way that keyboard focus works -- I would have thought it was just a visual change). &amp;nbsp;And anyway, that's got poor localization. &amp;nbsp;Some languages have multiple lowercase letters that map to a single uppercase letter. &amp;nbsp;Making them unconditionally uppercase would reduce the security of such passwords (lowercase-only has similar difficulties).&lt;/p&gt;
&lt;p&gt;Maybe the programmer has some other affordance for caps lock -- a status bar or something else. &amp;nbsp;Maybe even their own custom balloon tip that's themed to fit their app (having decided that, for whatever reason, the standard Windows style guidelines do not apply to them -- maybe they want to add a &amp;quot;do not show me again&amp;quot; checkbox to the tooltip like mentioned above). &amp;nbsp;Maybe it's just part of one of those strange shareware minigames (in which case it probably falls under Raymond's &amp;quot;perhaps you want to confuse your user&amp;quot;). &amp;nbsp;Maybe the shift key is broken and you don't want to clue anybody looking over the shoulder into what characters are capitals because you can afford programmer time but not a new keyboard. &amp;nbsp;Hmm...I'm having trouble stretching further than that.&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8996967</link><pubDate>Mon, 13 Oct 2008 01:35:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8996967</guid><dc:creator>steveg</dc:creator><description>&lt;p&gt;How about some jackass user doing UAT complains about your application behaving differently and refuses to sign the cheque? I've seen that before (with other things), and had to code around it despite protesting &amp;quot;but that's _standard_ behaviour&amp;quot;. &lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8996971</link><pubDate>Mon, 13 Oct 2008 01:36:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8996971</guid><dc:creator>manicmarc</dc:creator><description>&lt;p&gt;I could quite see myself omitting the balloon tip for the word &amp;quot;CAPS&amp;quot; next to the text box being shown, as the balloon tip is quite distracting, and too long-winded for what it needs to communicate. &lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8996990</link><pubDate>Mon, 13 Oct 2008 01:49:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8996990</guid><dc:creator>Steve D</dc:creator><description>&lt;p&gt;What I want to know is why the option to cancel Caps Lock by pressing shift is no longer available. &amp;nbsp;Am I the only one who likes caps lock to be disabled whenever a shift key is pressed?&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8997123</link><pubDate>Mon, 13 Oct 2008 04:36:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8997123</guid><dc:creator>Dean Harding</dc:creator><description>&lt;p&gt;Steve D: On Vista, go to Control Panel -&amp;gt; Regional and Language Options, then on the Keyboards and Languages tab, click the &amp;quot;Change keyboards...&amp;quot; button. Then, on the Advanced Key Settings tab, under &amp;quot;To turn off Caps Lock&amp;quot; check &amp;quot;Press the SHIFT key&amp;quot;.&lt;/p&gt;
&lt;p&gt;It's pretty buried and non-intuitive, but the option is there. I'm pretty sure it was always off by default, as well...&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8997621</link><pubDate>Mon, 13 Oct 2008 11:34:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8997621</guid><dc:creator>Wound</dc:creator><description>&lt;p&gt;But what if I have a password where I WANT everything to be in caps? For a time I did, and hitting caps lock as the first and last key strokes was effectively part of my password. It would disguise what I was typing from anyone watching, but the giant balloon gave away the secret, besides being utterly annoying.&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8997667</link><pubDate>Mon, 13 Oct 2008 12:18:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8997667</guid><dc:creator>JM</dc:creator><description>&lt;p&gt;I answered this question once in the same way, but I added that you probably don't want to do this even if your system uses case-insensitive passwords. It's just a good idea to drill it into users that passwords are case-sensitive, and just because you've got one of those 70s holodover systems where they're not doesn't mean that suppressing the message is a good idea. Just pretend passwords *are* case-sensitive; if enough people believe it and act like it you've got a better chance of making it a reality some day.&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8998032</link><pubDate>Mon, 13 Oct 2008 17:26:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8998032</guid><dc:creator>Curious Observer</dc:creator><description>&lt;p&gt;@Wound-Most keyboards I've seen have a LED indicator that lights up when you press CAPS. How did you get around that? If someone really wanted your password that wouldn't be too difficult to notice. I guess there is always tape. :-)&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#8999110</link><pubDate>Tue, 14 Oct 2008 09:38:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8999110</guid><dc:creator>Worf</dc:creator><description>&lt;p&gt;@Curious Observer: That LED is software controlled - it in no way indicates the true status of caps lock - just what software believes it to be.&lt;/p&gt;
&lt;p&gt;There is software out there that lets you blink whatever you want on those LEDs...&lt;/p&gt;
</description></item><item><title>re: How do I suppress the CapsLock warning on password edit controls?</title><link>http://blogs.msdn.com/oldnewthing/archive/2008/10/10/8969403.aspx#9000570</link><pubDate>Wed, 15 Oct 2008 15:33:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9000570</guid><dc:creator>Larry Lard</dc:creator><description>&lt;p&gt;I don't even want to *think* about what happens to case-insensitive-password systems in Turkey.&lt;/p&gt;
</description></item></channel></rss>