File Extension SDI Application
-
I have a MFC SDI Application. How can I set the file extension of the "Open File..." dialog? Daniel ;) --------------------------- Never change a running system!
-
I have a MFC SDI Application. How can I set the file extension of the "Open File..." dialog? Daniel ;) --------------------------- Never change a running system!
-
Thanks for the link, but the SDI framework does automaticly open the "Open file..." dialog! And I am only want to change the file extension of this (automaticly called) dialog! Daniel ;) --------------------------- Never change a running system!
-
Thanks for the link, but the SDI framework does automaticly open the "Open file..." dialog! And I am only want to change the file extension of this (automaticly called) dialog! Daniel ;) --------------------------- Never change a running system!
Edit the resource string table entry to set the file extension(s) that your app recognizes. It is probably an entry with the ID of IDR_MAINFRAME. An example is below: ServerMon\n\nServer\nMonitor Server List (*.msl)\n.msl\nServerMon.Document\nServer Document
-
Edit the resource string table entry to set the file extension(s) that your app recognizes. It is probably an entry with the ID of IDR_MAINFRAME. An example is below: ServerMon\n\nServer\nMonitor Server List (*.msl)\n.msl\nServerMon.Document\nServer Document
Thanks! :) Daniel ;) --------------------------- Never change a running system!