|
-
Feb 2nd, 2022, 06:07 PM
#1
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|