Adding an extension to Windows Explorer in C#?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<p align=left><font face=Arial size=2>What is the best way to add an extension to Windows Explorer in C#?</font>
<p align=left>I need to detect when a new file is selected.
<p align=left>I read about FMExtensionProc and the FMEVENT_SELCHANGE event.
<p align=left>Is it still the way to do it, or is it obsolete? Is there something better in the .Net Framework?
Thanks in advance,
<p align=left> 
<p align=left>Nicolas

View the full article
 
Back
Top