How to change filetype association in the registry?

Posted by Sergio Tapia on Stack Overflow See other posts from Stack Overflow or by Sergio Tapia
Published on 2009-07-04T20:05:51Z Indexed on 2010/06/16 11:12 UTC
Read the original article Hit count: 295

Filed under:
|
|
|

Hi there, first time posting in StackOverflow. :D I need my software to add a couple of things in the registry.

My program will use

Process.Start(@"blblabla.smc");

to launch a file, but the problem is that most likely the user will not have a program set as default application for the particular file extension.

How can I add file associations to the WindowsRegistry?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET