Tagged Questions
3
votes
2answers
300 views
How to ask Windows to open an external file based on file association?
Using Win32-specific APIs, is there an easy way to start an external application to open a file simply by passing in the path/name of the file?
For example, say I have a file called C:\tmp\image.jpg. ...
1
vote
2answers
1k views
How to set an application as the default program of opening a certain type of file programmatically?
There's an executable file generated from my program in MFC and I want to use it as the default program to open the .jpg files. That is to say, each time I double click a .jpg file, my program will ...
0
votes
4answers
192 views
Restore total file association with Visual Web Developer 2008?
Is this possible? I installed Dreamweaver to take advantage of some third party plugin to make special xml files but upon installing it, it took over all my ASP.NET file types (even though I clicked ...