|
-
Jun 21st, 2000, 10:07 PM
#1
Thread Starter
Hyperactive Member
I'm writing an addin for the IDE which needs to know about changes of focus in the project window treeview. I first thought to subclass the window,but couldn't get it to work. I thought this was because you wre limited to subclassing in your own process. But a compiled addin would run in the same process as the IDE, would it not? And therefore subclassing should be possible?
If not, can I use Hooking? If I can, how do I do it? (I know less about hooking than I do about subclassing and I hardly know a thing about that!).
I can use SendMessage to get to text of the selected node in an external treeview, but I need to be informed when a new item is selected (TVN_SELCHANGED notify for example).
Please, Please, Please, Please, Please, Please, Please, Please, Please, Please, Please, Please, Please, Please, Please, Please, help.
Thank you.
      
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|