-
I need to detect when the IDE Project Explorer treeview node changes, and get the text of the node too.
Can this be done using SendMessage? Or do I need to subclass the treeview? (I can get the treeview hwnd ok).
Some code would be appreciated, since I've never subclassed a thing in my life!
Cheers
-
I emailed you an example of subclassing, but I don't think it's what you need to do. I think you need to set a WH_GETMESSAGE "hook" which will let you preview the message going to explorer, but I don't know enough about it to help you. :(
John
[Edited by RoyceWindsor1 on 06-16-2000 at 11:34 AM]