Global HotKeys in .NET?

liquid8

Freshman
Joined
Jan 14, 2003
Messages
31
Is there a simplified way to create global hotkeys in .Net or do you have to go through api calls? I have seen a few ActiveX controls for this, but I would like to steer clear of them if possible.

I want to be able to launch an application, but using a global hotkey returns back to my application...

Thanks,
liquid8
 
I think you'll have to go the API route for this, but subclassing for the message will be made easier by the Windows Forms architecture.
 
Back
Top