Hi,
Please refer to the "Using Keyboard Accelerators" topic in the MSDN Library.
The examples there are in C++ but I think you should have no problem
translating them to C#.

Signature
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx
> Hi,
>
[quoted text clipped - 23 lines]
> Thank you,
> Andy
Andrew Moore - 17 Sep 2004 16:15 GMT
Dimitriy,
Thanks for your response.
The documentation makes sense, but it looks like I need to somehow load the
accelerator table from the resources. Even though I have set some menu
shortcuts, when I load the application and view resources, I don't see an
accelerator table. I guess I am looking for where these acclerators are
stored in a Windows Forms application. Do you know a way that I can get the
ID of the accelerator table to call LoadAcclerators?
Thank you,
Andy
> Hi,
>
[quoted text clipped - 30 lines]
> > Thank you,
> > Andy