Winzip & Right Click - How do I do this?

M

Mike Curry

I am creating a program that will encrypt files with a new extension, how do
I automatically launch my program when the particular extension ".bh" is
double clicked on (as well as change the file to display my icon?)

Also how would I go about adding "Encrypt this File" / "Decrypt this File"
to the right click menu in explorer?

Any help appreciated,
Mike Curry
 
M

Marc Scheuner [MVP ADSI]

Sorry-- I am using VB.Net

This is in VB5/6, but you should be able to translate it fairly easily
- basically, you need a number of registry entries so that Windows
will know what file extension to associate with your app:

http://www.freevbcode.com/ShowCode.Asp?ID=5235

Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top