Results 1 to 40 of 228

Thread: [VB6] ucShellTree - Full-featured Shell Tree UserControl

Hybrid View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    7,673

    Re: [VB6] ucShellTree - Full-featured Shell Tree UserControl

    What do you mean? SendMessage is sending API calls to the TreeView. It's not a VB TreeView, it's a pure API one created with CreateWindowEx. Everything inside the control is done via listening for and sending API messages.

    In fact if you look at the TVNavigate routine that expands out to an item, you'll see it's using TVM_EXPAND messages.

    I'm not sure why it's ignoring that message, I'll look into it tonight.
    Last edited by fafalone; Feb 2nd, 2022 at 06:52 PM.

Tags for this Thread

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