|
|
|
|
![]() ![]() |
Nov 14 2006, 07:32 PM
Post
#1
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 15 Joined: 14-November 06 Member No.: 17,259 |
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); begin if Msg.HotKey = id_SnapShot then ShowMessage('GotIt'); end; procedure TForm1.FormCreate(Sender: TObject); begin RegisterHotKey(Form1.Handle,id_SnapShot,0,VK_SNAPSHOT); end; Maybe the problem is in procedure WMHotKey!? |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 8th September 2008 - 04:29 AM |