how can i tell
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
how can i tell if a window from one application is blocking a window in another application using VC++ and WIN32 API
-
how can i tell if a window from one application is blocking a window in another application using VC++ and WIN32 API
What do you mean with "blocking"? Intercepting WM_CREATE messages using Windows message hooks? Periodically checking for a specific window title and killing it if it matches? Best regards Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) (doesn't work on NT)