Context menu in Shell namespace
-
Hi, I am creating a shell namespace extension by implementing IShellView and IShellFolder interfaces. The extension will show all the files inside a zip archive. Since the files doesn't physically exist on the disk, I am creating a shell extension which will show the files in the archive just like how XP shows zip files. But I am having a problem in retrieving the context menu for the file types. If the user right-clicks on a txt file, I would like to show exactly the same context menu, which is shown by right-click on a txt file in explorer. Could anyone please tell me how this can be done. Any pointers to sample code / article would be really helpful. Thanks and Regards Jugs "A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."