|
-
March 16th, 2010, 05:17 AM
#1
IShellFolder
Hello,
I am very new in shell extension programming.
I want to implement something like a virtual drive, but I want just a small example, e.g. like a virtual folder that has only one folder X per level where X is the level number:
1
2
3
.....
all browsable.
I already have an example, which shows the drives in the virtual folder, but I cannot go any deeper.
I changed the function GetAttributesOf so that it sets SFGAO_FOLDER and SFGAO_HASSUBFOLDER on everything, but they still are not browsable.
What exactly does GetAttributesOf and BindToObject do?
What is the difference?
What does EnumObjects do? (I understand vaguely what they all do,but it is confusing)
Thank you,
Marius
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
|