R
Rajneesh Narain
Hi,
I have a ComboBox in a Windows app (.net2.0). And when users start typing
into it, the dropdown populates itself from a webservice and gives relevant
options under it... But the mouse hides itself, os its very hard to know what
you are selecting.
The reason for mouse hiding itself is because in Control Panel >> Mouse >>
Pointer Options >> [x]Hide pointer while typing is checked.
If I uncheck it, it works fine, and I can see the mouse. But I can't tell
all my users to uncheck it while installing my product.
I tried looking at the registry changes (regmon.exe) that happen when it is
unchecked, but didn't figure out what reg key was responsioble for this
change... Is there any API call that might help me in this situation.
Kindly Suggest.
Thanks!
I have a ComboBox in a Windows app (.net2.0). And when users start typing
into it, the dropdown populates itself from a webservice and gives relevant
options under it... But the mouse hides itself, os its very hard to know what
you are selecting.
The reason for mouse hiding itself is because in Control Panel >> Mouse >>
Pointer Options >> [x]Hide pointer while typing is checked.
If I uncheck it, it works fine, and I can see the mouse. But I can't tell
all my users to uncheck it while installing my product.
I tried looking at the registry changes (regmon.exe) that happen when it is
unchecked, but didn't figure out what reg key was responsioble for this
change... Is there any API call that might help me in this situation.
Kindly Suggest.
Thanks!