Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. asm01asm

    SetWindowsHookEx

    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...
  2. asm01asm

    SetWindowsHookEx

    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?
  3. asm01asm

    How do I send to a frame and scroll to the bottom?

    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...

Part and Inventory Search

Back
Top