Zitat von
Luckie:
Wenn du die Tastatureingaben global haben willst, dann muss der Code in einer
DLL liegen, die du in jeden Prozess injezierst.
Genau! Sorry, hatte ich vergessen dazu zu schreiben. Hier die entsprechende Stelle aus der Doku:
Zitat von
ms-help://borland.bds3/winui/winui/windowsuserinterface/windowing/hooks/hookreference/hookfunctions/setwindowshookex.htm:
lpfn
[in] Pointer to the hook procedure. If the dwThreadId parameter is zero or specifies the identifier of a thread created by a different process, the lpfn parameter must point to a hook procedure in a dynamic-link library (
DLL). Otherwise, lpfn can point to a hook procedure in the code associated with the current process.