vishalmarya
Aug 19th, 2001, 01:11 AM
how can i add an item in popup menu which comes on right clicking in explorer
gdebacker
Aug 19th, 2001, 12:36 PM
It depends upon what you want to add. If you want to add a Open or Print option this is a matter of doing a file association for your file type. If you want to do something more elaborate, like WinZip does (Extract to..., Add Files To Zip...) that requires you to write a DLL called context menu handler, also known as a Shell Extention. There are several types of Shell Extentions.
If you have the MSDN CD search on 'context menu handler' or 'Shell Extention' for a better explanation of what they are and how to create them.
Greg