1)To Remove WS_MINIMIZEBOX in a Frame ?
Answer / 106743013743
Hi,
// In, PreCreateWindow(), to Hide
BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs)
{
// below,comment the code
cs.style = WS_OVERLAPPED | WS_CAPTION | FWS_ADDTOTITLE
| WS_THICKFRAME | WS_MINIMIZEBOX |
WS_MAXIMIZE | WS_SYSMENU;
}
try it, I hope u can success
Code by Ctharam
| Is This Answer Correct ? | 0 Yes | 0 No |
how many types of classes are ther,what are that
Explain Doc/View architecture
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
What is the difference between the SDI and MDI
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
how does the UIThread and worker thread communicates and handle events
How to update all the views whenver document got updated ?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
how u can move CDC pointer to one line in cview?
1)set the Title for The File DialogBox, in MFC?
1)To Remove WS_MINIMIZEBOX in a Frame ?
Tell me the work of HTREDUCE and HTZOOM