J
Jeff McLaughlin
Hello,
When browsing through the FolderItems collection for a folder, does anybody
know how to get the properties for a FolderItem object? Specifically what
I'm trying to do is browse the "My Bluetooth Places\Entire Bluetooth
Neighborhood" folder and get the mac address for each of the items in the
folder. When you bring up the item in Explorer and right-click and choose
properties, it shows the mac address. So I assume there's a way to get this
from the shell object.
Also, given a Shell32.Folder object, how can I invoke the verbs? If I start
with a FolderItem, I can get the verbs from that object. However, if I get
a Shell32.Folder object using the BrowseForFolder(), there doesn't seem to
be a way to get the verbs, or to get a corresponding FolderItem object.
Thanks.
When browsing through the FolderItems collection for a folder, does anybody
know how to get the properties for a FolderItem object? Specifically what
I'm trying to do is browse the "My Bluetooth Places\Entire Bluetooth
Neighborhood" folder and get the mac address for each of the items in the
folder. When you bring up the item in Explorer and right-click and choose
properties, it shows the mac address. So I assume there's a way to get this
from the shell object.
Also, given a Shell32.Folder object, how can I invoke the verbs? If I start
with a FolderItem, I can get the verbs from that object. However, if I get
a Shell32.Folder object using the BrowseForFolder(), there doesn't seem to
be a way to get the verbs, or to get a corresponding FolderItem object.
Thanks.