Capture Expand Folder Event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
Is it possible to capture Windows Expand folder event in a C# code?

Thanks
 
Bilal,

The only way I can think of to do this would be to subclass the window
(getting the window handle in explorer, and then subclassing the tree
control) and then processing the TVN_ITEMEXPANDING or the TVN_ITEMEXPANDED
windows messages in the message function you pass when you subclass the
window.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top