Hello everyone, according to the way Explorer.exe works(it calls in-process COM server that enumerate folders and files and pass it back to Explorer), is it possible to modify the list of folders and files returned so that i can decide what folders can be visible and what folders can be hidden ? please help me.... attilah57@yahoo.com
A
Attilah
@Attilah
Posts
-
...Hiding folders from Explorer -
intercepting COM method calls ..Hello, Everybody I am a newbie at COM even though i have been programming for quite some time. I started writing a Namespace Extension using Visual C++ and I have a question : -is it possible to intercept windows explorer's calls to IShellFolder's methods ?(e.g: EnumObjects). -is it possible to intercept specific COM method call ? I want to replace the list of folders returned to explorer by a custom one. Please, help . attilah57@yahoo.com