Link to home
Start Free TrialLog in
Avatar of Ruttensoft
Ruttensoft

asked on

Rightclick on file will give option to open with my application?

Hello everybody

How can I code this:

If I am right-clicking on a XML-File, it is opening the right-click-menu. Now there is f.e. an entry "Open with Visual Studio 2003"

How can I add there a new Entry "Open with XXX", and which is opening the file with my application?

Opening a file is no problem, but I want to make this entry... how is this possible?

Thanks

Matt
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ruttensoft
Ruttensoft

ASKER

Thanks, I managed to do it...