views:

101

answers:

1

In the "Control Panel > Ease of Access Centre > Make the keyboard easier to use" is an option to "Underline keyboard shortcuts and access keys."

Is there a way of programatically switching this on and off? I'm using Visual Basic Scripts, but can use .NET.

+1  A: 

AFAIK, there's no way to toggle this option programmatically except for automating the approproate GUI actions (opening the Control Panel, switching the option on/off and applying the changes). In this case, I'd recommend using AutoIt to automate the option switching.

Helen