Hello
Does anyone know how to trigger a function (in this case an mnuFileOpen function) when the user double clicks on a file associated with your program from their filesystem?
e.g. you have a word processor program and have associated a particular file extension with it. When the user double clicks on one of those files, it loads your program, and passes the filename to mnuFileOpen for it to process
Does anyone know how to trigger a function (in this case an mnuFileOpen function) when the user double clicks on a file associated with your program from their filesystem?
e.g. you have a word processor program and have associated a particular file extension with it. When the user double clicks on one of those files, it loads your program, and passes the filename to mnuFileOpen for it to process