You need to use a wrapper class for each instance of Explorer and store them
in you list. See ItemsCB sample at http://www.microeye.com
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
Quote:
> One can easily track folder selection in Explorer (Decalre the explorer
> object with WithEvents keyword, set it in Application_StartUp routine and
> provide a subroutine <folder_name>_FolderSwitch() ... ) ...
> my problem is how does one track folder selection in multiple explorers
> (assuming that the user may create arbitrary # of explorers)
> Any suggestion - help is more than appreciated!