G
Guest
Hi,
I need hotkey functionality inside my Windows forms application. There are
going to be more than 20-30 commands some of which will even involve function
keys (E.g. CTRL+F2). I came across the following article from 2002 explaining
the technique:
http://www.vbaccelerator.com/home/NET/Code/Libraries/Windows_Messages/Hot_Key_Form/article.asp
Is there a better way of doing this in .NET 2005 rather than having to
directly make Win32 calls?
Thank you,
D. Coy
I need hotkey functionality inside my Windows forms application. There are
going to be more than 20-30 commands some of which will even involve function
keys (E.g. CTRL+F2). I came across the following article from 2002 explaining
the technique:
http://www.vbaccelerator.com/home/NET/Code/Libraries/Windows_Messages/Hot_Key_Form/article.asp
Is there a better way of doing this in .NET 2005 rather than having to
directly make Win32 calls?
Thank you,
D. Coy