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



Reply With Quote