Advertisement

1 - 10 of 522 containing alltags:("hook") (0.001 seconds)
What in Visual C++ is a programming 'hook'.  How are they used and why ?
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
Zones: Windows ProgrammingDate Answered: 03/23/1998 Grade: A Views: 0
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...
Zones: Windows ProgrammingDate Answered: 02/23/1999 Grade: A Views: 0
How can I do it (subj) I want to execute my own programm instead "autorun"
Zones: Windows ProgrammingDate Answered: 06/02/1999 Grade: C Views: 0
What is a hook, which I think is a software term?
Zones: HardwareDate Answered: 09/22/1999 Grade: B Views: 8
How to hook a windows API function in my program? such as: TextOutA
Zones: Delphi ProgrammingDate Answered: 01/11/2000 Grade: C Views: 0
I need a "What did I just left click on?" hook. Cheers, Chris.
Zones: Delphi ProgrammingDate Answered: 02/12/2000 Grade: A Views: 0
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...
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.  
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...
Zones: Visual BasicDate Answered: 06/17/2000 Grade: B Views: 0