Context menu for Web-Dav folders only

  • Thread starter Thread starter pan_KOST
  • Start date Start date
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 )
 
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
 
Back
Top