Context menu for Web-Dav folders only

P

pan_KOST

I have problem - I cant found - how to create Context Menu ONLY for one
folder use shell extension mechanisms on C++.
I create shell extension for Context menu, i registry it, but i cant
found any info about specification my ShellEtension only for 1 folder
(Web-Dav folder) in Win XP and Win Vista.
I use this manuals:
http://msdn.microsoft.com/en-us/library/bb776820(VS.85).aspx
http://msdn.microsoft.com/en-us/library/cc144067(VS.85).aspx
http://msdn.microsoft.com/en-us/library/cc144171(VS.85).aspx

Problem not in programming. problem in registry keys for registration my
working shell extension for 1 folder. WHAT registry keys i am must use?
Registry key for my menu for DAV not working... (HKEY_CLASSES_USER
\Network \Type \46 )
 
J

ju.c

You're getting into serious hacking territory.

If it helps, this is the CLSID for "Web Folders" :

HKEY_CLASSES_ROOT\CLSID\{BDEADF00-C265-11d0-BCED-00A0C90AB50F}


ju.c
 

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

Top