I haven't done this, but you could use ApplicationEx and an IMessageFilter
from OpenNETCF and catch key combinations like Alt+<whatever> and then,
iterate through the controls on the current form, which you'd also have to
keep track of, and find the one that should be activated.
Paul T.
[quoted text, click to view] <josepk@hotmail.com> wrote in message
news:1110154665.979700.280200@z14g2000cwz.googlegroups.com...
> Hello,
>
> Is there a way to display a mnemonic character in a button's text
> property? For example, "&Login" would translate to "Login" with an
> underscore under the "L".
>
> I know this is not supported natively in the CF but wondering if
> someone has found a workaround.
>
> Thanks,
>
> Joe
>