windows hooks & move messages
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have written an application that sticks to a target application, I've done this by writing a dll that implements a windows hook (so it gets put into the target app's process space), then i've subclassed the windows proc. In my new windows proc i send the winodows move messages to my application. Anyway all this works fine on windows XP, 2000, NT but i'm having problems on windows 98. The move messages get passed fine, but when i minimize the application, it crashes. If I rerun the application it all works fine, I can't really put my finger on what the problem could be ? Has anyone else out there had any experiance in this field ?