I'm trying to implement HotKeys in my Windows CE program.
I found out though that the WMHOTKEY message is not passed...
I also read that there is a work-around by assigning a custom procedure with SetWindowLong and GWL_WNDPROC.
I'm having trouble making this work and I can't seem to find any examples...
Anybody have any suggestions on how I could make HotKeys work in a Lazarus program in Windows CE?
Thanks in advance,
D2.