cplusplus.com
C++ : Forum : Windows Programming : Question about win32 hooks.
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs


post Question about win32 hooks.

Gonen (47)
Hello ,
I did a program that capture the picture from the clipboard(if there is one)
and saves it into a BMP file.

I want to do now that my program will do it when I press print screen for example
now, I know that I need to read on win32 hooks,
But there is so much information on it,
and I don't think I need all the information on win32 hooks...

Humm,,
Anyone can give me a specific information on which hook I need or something?

or if somebody did something like that before and can write something that will help me , I will be grateful


thanks for the helpers.
SteakRider (110)
i recommend you codeproject.com for windows programming, they are alot of information about hooking methods,

here is some links;
http://www.codeproject.com/KB/system/hooksys.aspx
http://www.codeproject.com/info/search.aspx?artkw=hook
Gonen (47)
thanks , but there is so much information

I dont think I need all the information there....

can you give me something more specific on which hook I need to use
(and how) to catch when the user presses on printscreen for example

george135 (268)
You can ask on Adv. Win32 api newsgroup :
news://194.177.96.26/comp.os.ms-windows.programmer.win32
where this had been posted many times (exatcly the same thing (hook PrintScreen in C code...)
Last edited on
Topic archived. No new replies allowed.