Thanks for your help. To be specific, my case is that I have a 3rd party zip
application that creates a .cmp file. When a user downloads this .cmp file, I
have a utility to expand this file. So when a user double clicks on the .cmp
file, I want it to open with my .exe to unzip. Any ideas on how can I do this?
"scorpion53061" wrote:
> Open With (File Associations):
>
> rundll32.exe shell32.dll,OpenAs_RunDLL d:\path\filename.ext
>
>
> "Rupa" <(E-Mail Removed)> wrote in message
> news:5E82F78D-B260-44FA-9AB8-(E-Mail Removed):
> > Hi there,
> > Does anyone know how we can PROGRAMMATICALLY change the program used to
> > open
> > a file? I am using vb.net. Any help will be gratly appreciated!!
> > Thank you
> > Rupa
>
>
|