StrataFrame Forum

Using Function Keys for Command Button

http://forum.strataframe.net/Topic30806.aspx

By lastcanary - 1/17/2012

I would like to use Function Keys (F1, F2,...) instead of clicking of a command button.

Is this possible?
By Ivan George Borges - 1/17/2012

Yep, you can override the ProcessCmdKey function and assign any logic to whatever keys you would like. Here are some examples:

http://forum.strataframe.net/FindPost27204.aspx
http://forum.strataframe.net/FindPost15152.aspx

Hope it helps.