What in Visual C++ is a programming 'hook'. How are they used and why ?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10034331.htm...
Zones:
Windows MFCDate Answered: 12/30/1997 Grade: C Views: 0
How do I put a windows hook into my program?? So that whenever a program is loaded the title (from the title bar) of the program is saved into a .dat file.
thanks
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10043050.html
In UNIX I can write a simple dll (.so) file that allows me to wrap system- or library-functions.
I can then use the LD_PRELOAD environment variable to tell the dynamic linker to load my wrapped li...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10131687.html
How can I do it (subj)
I want to execute my own programm instead "autorun"
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10167255.html
What is a hook, which I think is a software term?
http://www.experts-exchange.com/Hardware/Misc/Q_10208081.html
Zones:
HardwareDate Answered: 09/22/1999 Grade: B Views: 8
How to hook a windows API function in my program?
such as: TextOutA
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10212009.html
I need a "What did I just left click on?" hook.
Cheers, Chris.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10292987.html
Hi Nietod,
I posted my question earlier and was able to write a dll for a global hook (SetWindowsHookEx) at:
http://www.experts-exchange.com/jsp/qShow.jsp?ta=cplusprog&qid=10303102
I went t...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10308969.html
Zones:
C++Date Answered: 03/12/2000 Grade: B Views: 0
I am writing a VC program about security.A copy hook will do me a great help.Besides, where can I find the source code of a encryptor using PGP or DES?
Thank you so much for your help.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10321156.html
Zones:
C++Date Answered: 04/04/2000 Grade: B Views: 0
I want to be able to detect WM_CREATE without looping. I want to know when applications are started. Just that.
Um, meaning, without looping. I want to get notified when ANY application is start...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10474398.html
Zones:
Visual BasicDate Answered: 06/17/2000 Grade: B Views: 0