tracking selected folder 
Author Message
 tracking selected folder

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!



Sun, 15 May 2005 16:55:01 GMT  
 tracking selected folder
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!



Sun, 15 May 2005 06:58:19 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Determine Selected Folder and Selected Item in Folder

2. Folder Open Dialog - How to pre-select folder

3. Tracking all activities from a public contact folder

4. Track File/Folder changes

5. Select contact sub-folder In Outlook

6. Populate list box with names of folders on a selected disk

7. Selecting the last file in a folder.

8. Help Requested: Getting Access to select folders in an Explorer Window

9. Interface to select a folder?

10. Select Folder dialog in Word 2000

11. Userform in Word to Select all Contact Folders in Outlook and Exchange

12. Move Selected Mail Items to Public Folder

 

 
Powered by phpBB® Forum Software