Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I want to be able to interecept a function such as BitBlt for all applications currently running and that are consequently run until windows successfully exits. When an application calls BitBlt my function should be called first so that my function can do some work and then call the real BitBlt. Please provide any code samples that you may have.
  • Administrators
Posted

Quick search on google brought up http://www.thecodeproject.com/dll/hookimport.asp but it's all in C / C++.

If you are going to implement something like this you run a serious risk of interfering with other running applications unless you are very careful. Personally I would stay well clear of any application that did this unless there was an excellent reason for why it did so.

I'm assuming this is in relation to the thread http://www.xtremedotnettalk.com/showthread.php?t=87759 and I must ask what is so important that a screen capture shouldn't be taken?

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...