We have this functin in a DLL. In DllMain for the cases:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
we were releasing the keyboard hook. I found that in XP embedded this case was getting hit about 10 minutes after starting up the process that loaded this DLL. This caused the hook to...
I have written a global windows hook DLL to callback to my dialog and tell me when the capslock key is toggled. When I first start it, it works. I am testing it by giving different windows focus. At some point my callback is not being called. What can cause the hook procedure to stop running?
How can I send a page to a frame and at the same time scroll to the bottom of the page. The page is being sent by a servelet with the following call: appletcontext.showDocument(URL, fame). In Netscape 4 the following URL worked...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.