AutoComplete textbox and "Hide Pointer While Typing" in windows
Posted
by Joe
on Stack Overflow
See other posts from Stack Overflow
or by Joe
Published on 2009-11-14T17:05:57Z
Indexed on
2010/06/12
12:52 UTC
Read the original article
Hit count: 175
How can the "Hide Pointer While Typing" option be disabled by application? I'm having an issue with the cursor hiding and not getting it back without pressing escape or losing window focus. The application has been written in C# and uses WPF. A technology specific answer is not required because it'll likely be possible using any technology.
Here's the scenario: A user can type in a TextBox and an AutoComplete list shows up below the box. Once the user starts typing though, he/she can no longer select an item from the drop down because there is no mouse cursor.
I noticed that Firefox does not have this behavior. For example, while typing in a URL in the address bar the mouse cursor never disappears. There are other places I've seen this behavior so I know it must be possible.
Any help is greatly appreciated!
© Stack Overflow or respective owner