From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6214:20ad:: with SMTP id 13mr16023343qvd.40.1643611201026; Sun, 30 Jan 2022 22:40:01 -0800 (PST) X-Received: by 2002:a05:6902:704:: with SMTP id k4mr27240265ybt.355.1643611200884; Sun, 30 Jan 2022 22:40:00 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 30 Jan 2022 22:40:00 -0800 (PST) In-Reply-To: <29140005-6c75-4894-a03b-2eeaadec70a5n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4596:5040:6911:d837:2ccf:a883; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4596:5040:6911:d837:2ccf:a883 References: <29140005-6c75-4894-a03b-2eeaadec70a5n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9225650f-89a2-4091-a6e0-2f00c01c5cafn@googlegroups.com> Subject: Re: creating a custom Windows Search and Windows Preview shell extension From: Gautier write-only address Injection-Date: Mon, 31 Jan 2022 06:40:01 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:63428 List-Id: It's basically a question of Registry entries (IIRC). You can have a look at AZip's shell extensions for files and folders, it's configured by the Ada code. Search from: gwindows/azip_gwin-installation.adb In the UI: menu: Options / Install AZip, then the "Context menu: Manage" button. AZip: http://azip.sf.net/ Sources: https://sourceforge.net/p/azip/code/HEAD/tree/ https://github.com/zertovitch/azip