app fails to load double-clicked file
-
When I double click on a file whose extension is handled by my MDI app, it starts to run the app but doesn't show the MainFrame properly (the floating dialogbar appears, but no main window or anything). I get an error saying "Cannot find the file ... Make sure the path and filename are correct and that all required libraries are available." I think these might be two separate problems, because when I click OK on the error message the half-opened application remains. The same thing happens when another instance of the app is running. I'm not trying to do anything tricky here, like open the file in the same instance, which just seems too difficult. I've found similar postings on this forum but nothing that helps here. thanks, Jake
-
When I double click on a file whose extension is handled by my MDI app, it starts to run the app but doesn't show the MainFrame properly (the floating dialogbar appears, but no main window or anything). I get an error saying "Cannot find the file ... Make sure the path and filename are correct and that all required libraries are available." I think these might be two separate problems, because when I click OK on the error message the half-opened application remains. The same thing happens when another instance of the app is running. I'm not trying to do anything tricky here, like open the file in the same instance, which just seems too difficult. I've found similar postings on this forum but nothing that helps here. thanks, Jake
-
Yes, if I run the app normally and load in the file, everything works fine. Drag and drop also works fine. The only problems occur when double-clicking on files. Jake
-
Yes, if I run the app normally and load in the file, everything works fine. Drag and drop also works fine. The only problems occur when double-clicking on files. Jake