main logo
Subject: Re: [NF] Adding an item when you right click a file
Author: MB Software Solutions
Posted: 2005/10/31 22:24:40
 
View Entire Thread
New Search


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
<-- Prior Message New Search Next Message -->