Hi, I created a WinCE dialog based application. I want to add minimize option at the top right corner.
If i create an MFC dialog based application, a checkbox will be present for Minimize button asking whether minimize is required for the dialog being created.
But if i create MFC Application for SmartDevice, minimize checkbox will not be given at the time of creation of project. Also, Minimize property is not present in properties list of the Dialog.
Pls help me in solving the issue.