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:620a:573:: with SMTP id p19mr4337658qkp.615.1643603835875; Sun, 30 Jan 2022 20:37:15 -0800 (PST) X-Received: by 2002:a05:6902:1107:: with SMTP id o7mr27728860ybu.323.1643603835605; Sun, 30 Jan 2022 20:37:15 -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 20:37:15 -0800 (PST) Injection-Info: google-groups.googlegroups.com; posting-host=73.218.164.112; posting-account=1tLBmgoAAAAfy5sC3GUezzrpVNronPA- NNTP-Posting-Host: 73.218.164.112 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <29140005-6c75-4894-a03b-2eeaadec70a5n@googlegroups.com> Subject: creating a custom Windows Search and Windows Preview shell extension From: Matt Borchers Injection-Date: Mon, 31 Jan 2022 04:37:15 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:63427 List-Id: I'd like to create a custom Windows Search and Windows Preview shell extens= ion for a proprietary file type for Windows 10/11. Has anybody done this w= ith Ada and have some examples and/or an API that can be used? I'm a newbi= e in this area and have only just started investigating the prospect of doi= ng this by beginning to read the online Windows documentation. Is it feasi= ble to use Ada for this kind of thing or must I use a language native to Wi= ndows like C# with Visual Studio? Any recommendations for how to begin thi= s journey would be appreciated. Thanks, Matt