CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Jul 2008
    Posts
    61

    need a few help about Hooking

    Hello friends .
    today, I thought If I can write a program that uses Hook functions I can learn hooking as well .
    well, I think it can be a good idea to write a program to hooking Microsft word.
    I want to write a program that whenever I take a Save As from my Document in MS Word, when I save it as "1.Doc" my program uses some Hook functions & save it as "2.Doc" .
    unfortunately, I never used Hook Functions but I know what can they do & read some articles about Hooking .
    now, I need your help . can you please give me some information about these functions, how to use them, & finally how can I write this program also I want to know which hooking functions should be apply to my program .
    if some sample source codes are available it can be good .
    thanks .

    - escap3
    Last edited by escap3; July 21st, 2008 at 12:33 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured