|
-
Oct 1st, 2006, 09:48 AM
#1
Thread Starter
Addicted Member
Hooking, Subclass
Ok, Here's my situation
I have an external program that i want to monitor for the message LVM_SETIEM. Here's how i want to proceed. Hook in to that program and then subclass the listview control to monitor that message. I try to search around the forum to find similiar thread, i found some thread talk about the hooking for WM_CHAR but not really what i want since that window is not a WH_GETMESSAGE i beleive. You help is really appreciate. thanks guy. Oh, i'm using VB6 and for the hooking = C++ dll
-
Oct 2nd, 2006, 12:32 PM
#2
-
Oct 2nd, 2006, 12:43 PM
#3
Frenzied Member
Re: Hooking, Subclass
WH_GETMESSAGE hook should work with LVM_SETITEM.
-
Oct 2nd, 2006, 02:54 PM
#4
Thread Starter
Addicted Member
Re: Hooking, Subclass
i use WH_GETMESSAGE hook and try to catch the LVM_SETITEM. But nothing show. Howver on SPY++. LVM_SETITEM is clearly show when an item is add to the listview
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|