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