开发者

hook

0
  • EndPaint hooking to draw text to a DirectX window

    I want to draw text to a DirectX game, so I\'ve injected a DLL which hooks EndPaint. My logic was that since EndPaint is supposed to be the last step in the WM_PAINT operation, I could, in my hook, dr[详细]

    2023-03-30 17:47 分类:问答
  • How to avoid repeated SendMessage

    I have a problem: I use SendMessage from a procedure in a DLL to communicate with the main window; procedure is a hook procedure that allows main window to know when mouse right button is clicked in a[详细]

    2023-03-28 20:12 分类:问答
  • Profiling a hooked assembly

    I want to do a performance analysis via VS2010 for a hooked assembly. The 开发者_StackOverflowhost process is started by a third application which performs the hook, so I cannot simply start the host[详细]

    2023-03-28 14:39 分类:问答
  • How to add MS outlook reminders event handlers with VBA

    I want to extend MS Outlook so that when a calendar reminder pops up, I can run a VBA hook that can run an external program (like a batch script). In my case, I want to \"forward\" the reminder to a L[详细]

    2023-03-28 12:12 分类:问答
  • GetProcAddress returns NULL

    I have to use a simple function from a DLL; I am able to load the library but GetProcAddress returns NULL. I think I understood name mangling but maybe I\'m doing something wrong. Thanks (Code follows[详细]

    2023-03-27 14:23 分类:问答
  • How do I call a function stored in a jQuery array?

    I have an array of hooks in jQuery that are executed before I load data into a grid. In one case, however, I want to remove the hook, then add it back for later. Whatever I\'m doing is not working jus[详细]

    2023-03-27 07:21 分类:问答
  • Shutdown Hook c++

    is there some way to run code on termination, no matter what kind termination (abnormal,normal,uncaught exception etc.)?[详细]

    2023-03-26 18:11 分类:问答
  • subversion pre-commit hook that requires user type 'y/n' in console?

    I have a pre-commit hook working that checks that the message was not empty and requires at least x number of characters.We are using JIRA for tracking issues and are \'tagging\' our issues in the com[详细]

    2023-03-26 08:14 分类:问答
  • Wordpress Plugin, capture comment insertion

    is there a hook to capture the moment a comment is inserted int开发者_开发百科o a post? In wordpress docs, they say that \'edit_post\' works because the comment count on that post is updated, but it[详细]

    2023-03-25 18:51 分类:问答
  • hook in jquery for toggle

    I created a page contains the followi开发者_如何学Gong code. There I need to alert a message. But it does not work. WHY ?[详细]

    2023-03-25 15:19 分类:问答