Application will not open "new file dialog" in some cases
-
The scenerio: if I start my application from the task bar I cannot use the open or new dialog menu options. It will not open the "save" or "open" dialog boxes. However if I start the application using the icon shortcut from anywhere on my hard drive, the application works normally. The application is effected the same way if I use the start menu. Is there something different with the Task Bar that would affect win32 applications in this fashion? Thanks! :confused:
-
The scenerio: if I start my application from the task bar I cannot use the open or new dialog menu options. It will not open the "save" or "open" dialog boxes. However if I start the application using the icon shortcut from anywhere on my hard drive, the application works normally. The application is effected the same way if I use the start menu. Is there something different with the Task Bar that would affect win32 applications in this fashion? Thanks! :confused:
-
It seems to work in all the tests that I did. Is the save/open dialog invoked by your code or is it the MFC framework code?
In each case where I'm expecting a dialog to open is when I'm involking the CFileDialog class. That is, when saving I call this class with the proper constructor to open a save dialog box and similiarly when I call open. thanks! "Why are we hiding from the police, Daddy?" "We use VI, son. They use Emacs."