Example: When I click on an word document, Word opens and displays the file.
How is this achieved using Xojo?
- I simply need to set the file association for Windows and Mac. (I know I can do that with Windows using Inno Installer).
- Then clicking the associated file needs to pass the file path to the program (as in my vb6 apps). I can take it from there.