c# - Fullscreen app prevents hotkeys -


i've developed wpf application registers hotkeys using com interop , processes them using wndproc.

the hotkeys work when application doesn't have focus. however, don't work when fullscreen appications have focus (games). there way me fix this?

thanks!

the disabling of hotkeys design , far know not can it.

full screen directx applications (typically games) call idirectdraw::setcooperativelevel ddscl_fullscreen , ddscl_exclusive flags results in, amongst other things, registered hotkeys being disabled.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -