I have created a program that opens image files. How can I make my program from C# the default app for image file’s (*.jpg, *.png, *.gif).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Any of the install/setup package-makers should do this for you.
From Visual Studio you can use the included “Setup Package” project type (located under “Other Project Types”). Right-click on the setup project you created in your solution, and select “view > file types” and you can setup whatever file types you’d like on the client’s machine, and how to open them.
InstallShield and all of the others also support this stuff too.