Bonjour Herve,
It's not too tough I guess.
- In Windows Explorer, right click a .glk file and associate it with Word.
- In Word create a template with an AutoOpen macro for triggering a document
open event.
- If a document is opened, just check the extension - Right(
ThisDocument.Name, 4 ) - if it's .GLK, perform your encryption, if it's not,
up to you.
A sample in a document is here
http://www.geocities.com/smplprgrsrc/files/GLK-Opener.zip
> Hi
> I have saved a .doc file after RSA encryption under "filename.glk"
[quoted text clipped - 12 lines]
> Best regards from Paris to all.
> Herve Cadieu