Re: Registerhotkey() Using Win32 API and GUI

2007-11-10 Thread Robert May
On 24/09/2007, Veli-Pekka Tätilä <[EMAIL PROTECTED]> wrote: > Robert May wrote: >>> Has anyone gotten the system wide RegisterHotkey and UnrEgister hotkey >>> Win32 functions working with Win32::GUI and Win32::API? >> See here: >> http://www.mail-archive.com/[EMAIL PROTECTED]/msg05248.html > > Now

Re: Registerhotkey() Using Win32 API and GUI

2007-09-24 Thread Veli-Pekka Tätilä
Robert May wrote: > > Has anyone gotten the system wide RegisterHotkey and UnrEgister hotkey > > Win32 functions working with Win32::GUI and Win32::API? > See here: > http://www.mail-archive.com/[EMAIL PROTECTED]/msg05248.html Hey great, thanks for the link and code, it works well. It even demonst

Re: Registerhotkey() Using Win32 API and GUI

2007-09-23 Thread Robert May
On 23/09/2007, Veli-Pekka Tätilä <[EMAIL PROTECTED]> wrote: > Hi, > Has anyone gotten the system wide RegisterHotkey and UnrEgister hotkey > Win32 functions working with Win32::GUI and Win32::API? See here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg05248.html Regards, Rob. > I just tr

Registerhotkey() Using Win32 API and GUI

2007-09-23 Thread Veli-Pekka Tätilä
Hi, Has anyone gotten the system wide RegisterHotkey and UnrEgister hotkey Win32 functions working with Win32::GUI and Win32::API? I just tried but my event handler never gets called. Any help as to why this is would be appreciated. I hope it's some quirk in my own code I just haven't noticed. My