Results 1 to 2 of 2

Thread: Getting Node text from External TreeViews

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2000
    Location
    Sedgefield
    Posts
    337

    Question

    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

    Dan

    Outside of a dog, a book is a man's best friend.
    Inside of a dog, it's too dark to read.

  2. #2
    Guest
    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]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width