|
-
August 2nd, 2006, 02:35 AM
#1
Change Windows Display Settings
Hi,
I want to uncheck the following option programatically.
Desktop->Properties->Appearance->Effects->Hide Underlined Letters for keyboard novigation until i press the Alt key.
is there any api available to change the same.Please help me out in this.Thanks in advance.
Vinoth
-
August 2nd, 2006, 05:51 AM
#2
Re: Change Windows Display Settings
Hm ,I saw this in the VB 6 Forum as well!
For which one do you want it ¿
Please don't post the same post in different forums.
-
August 2nd, 2006, 05:57 AM
#3
Re: Change Windows Display Settings
i Just require the methodology so that i can handle it im my code,
-
August 2nd, 2006, 06:02 AM
#4
Re: Change Windows Display Settings
It's set into registry key in HKEY_CURRENT_USER\Control Panel\Desktop in value named "UserPreferencesMask" , the detailed description is available here, see the Bit 5's description, it's for Keyboard cues.
http://www.microsoft.com/technet/pro....mspx?mfr=true
Usually such settings are stored in registry, if you use regmon to watch registry changes done by rundll32.exe (this exe launches the disply properties) then you can easily find out which key,values are used.
Regards,
Ramkrishna Pawar
-
August 2nd, 2006, 07:58 AM
#5
Re: Change Windows Display Settings
Thanks Krishna,
I've tried this, but it requires a login again, only then its getting reflected. is there any other way to do that?Thanks in advance.
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
|