Jason Lanquist wrote:
> Hi everybody! > > I was wondering if anybody knows how to add an item to the > right-click menu through explorer. > > For *.zip files, I want to add "Extract" which would call > my unzipping program with a parameter of the filename. > > Thanks! > Jason
For fields where I reference a filename, I use the right-click event to call a method that uses the Windows ShellExecute API call to launch the related application. I'm sure you could do a spin off of that, using command line parameters on your call.
hth, --Michael
©2005 MB Software Solutions |