Hi Siu,
Buttons don't have the UseMnemonic property, but they still have the
behaviour you want.
Your button should have a line under A. It should respond to [ALT]+[A]
and trigger a Click event. (Note that you need to attach a click event to
the button or nothing will happen)

Signature
Happy Coding!
Morten Wennevik [C# MVP]
Siu - 14 Feb 2005 10:21 GMT
Thanks,
I was convinced that I could access the button by touching the key Ctrl+A
instead of Alt+A
Thank you again
> Hi Siu,
>
[quoted text clipped - 4 lines]
> and trigger a Click event. (Note that you need to attach a click event to
> the button or nothing will happen)