access-keys

How to resolve: WPF access keys intercepted by IE

We have built a XBAP application and have given the access keys (keyboard shortcuts) on labels/buttons. But IE seems to capture the access key first and hence the application does not get a chance to handle the access keys. Is there any workaround/solution so that XBAP application overrides the access key of IE? ...

Disable hotkey on vcl controls

I do have a TPageControl that I do add and remove TTabsheet's from, and in the TTabsheets there are 2 TEdit's that the user can type firstname and lastname, when they do the Tab Caption does show what they have written. But if the user add a '&' somewhere in the TEdit (and they are allowed to do) the tab do get the char after '&' as (un...