Hi friends..... My application window's normal size is minimized. Consider I maximized the window and closed the application. If I again open the application I should get the window in the maximized position. But it appears in the normal minimum position.I have used VC++-MFC resource editor for creating the window. what should I do now?...
You should store the state of the window when closed and when it shows again need to restore to the previously stored state.