How to attach any extension with your application
-
The easiest way is interactively: double-click a file with that extension in Windows Explorer when it shows its dialog telling "Windows can not open..." choose "select from list", then "Browse", browse to your exe file, check the checkbox "Always use..." and click "OK". This will create a permanent link and register it. You can do that programmatically also, I don't know the details be heart. :)
Luc Pattyn
try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }
-
The easiest way is interactively: double-click a file with that extension in Windows Explorer when it shows its dialog telling "Windows can not open..." choose "select from list", then "Browse", browse to your exe file, check the checkbox "Always use..." and click "OK". This will create a permanent link and register it. You can do that programmatically also, I don't know the details be heart. :)
Luc Pattyn
try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }
-
Hi, search CodeProject for file association (that would have worked yesterday too) :)
Luc Pattyn
try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }