comp.lang.ada
 help / color / mirror / Atom feed
* creating a custom Windows Search and Windows Preview shell extension
@ 2022-01-31  4:37 Matt Borchers
  2022-01-31  6:40 ` Gautier write-only address
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Borchers @ 2022-01-31  4:37 UTC (permalink / raw)


I'd like to create a custom Windows Search and Windows Preview shell extension for a proprietary file type for Windows 10/11.  Has anybody done this with Ada and have some examples and/or an API that can be used?  I'm a newbie in this area and have only just started investigating the prospect of doing this by beginning to read the online Windows documentation.  Is it feasible to use Ada for this kind of thing or must I use a language native to Windows like C# with Visual Studio?  Any recommendations for how to begin this journey would be appreciated.

Thanks,
Matt

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: creating a custom Windows Search and Windows Preview shell extension
  2022-01-31  4:37 creating a custom Windows Search and Windows Preview shell extension Matt Borchers
@ 2022-01-31  6:40 ` Gautier write-only address
  2022-02-01  2:33   ` Matt Borchers
  0 siblings, 1 reply; 3+ messages in thread
From: Gautier write-only address @ 2022-01-31  6:40 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: creating a custom Windows Search and Windows Preview shell extension
  2022-01-31  6:40 ` Gautier write-only address
@ 2022-02-01  2:33   ` Matt Borchers
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Borchers @ 2022-02-01  2:33 UTC (permalink / raw)


Thank you.  I'll have a look at AZip.

On Monday, January 31, 2022 at 1:40:02 AM UTC-5, gautier...@hotmail.com wrote:
> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-01  2:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31  4:37 creating a custom Windows Search and Windows Preview shell extension Matt Borchers
2022-01-31  6:40 ` Gautier write-only address
2022-02-01  2:33   ` Matt Borchers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox