Jump to content
xisto Community
Sign in to follow this  
cosmic

Registerhotkey Isn`t Working

Recommended Posts

I want to control my app while i'm working with other programs. Tried it with RegisterHotKey function but it isn't working. And I don't know why.const id_SnapShot=101;procedure TForm1.WMHotKey (var Msg : TWMHotKey);beginif Msg.HotKey = id_SnapShot then ShowMessage('GotIt');end;procedure TForm1.FormCreate(Sender: TObject);beginRegisterHotKey(Form1.Handle,id_SnapShot,0,VK_SNAPSHOT);end;Maybe the problem is in procedure WMHotKey!?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.