Results 1 to 1 of 1

Thread: Hooking The IDE Project TreeView

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2000
    Location
    Sedgefield
    Posts
    337

    Hooking The IDE Project TreeView

    I'm trying to hook the VB6 IDE project treeview. I can get it working with a WH_CALLWNDPROC SetWindowsHookEx call, but only in'debug' i.e. I haven't made a C dll for it.

    So, I was trying to use the WH_JOURNALRECORD hook, as per other threads in these forums, to avoid the C dll, but I can't make it work (I don't get a hook!).

    Can some one in the know look at my code and tell me what's up with it?

    Cheers
    Attached Files Attached Files

    Dan

    Outside of a dog, a book is a man's best friend.
    Inside of a dog, it's too dark to read.

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