Tagged Questions

3
votes
2answers
308 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. ...