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 |
What is socket?
How can update edit control data of an executing application from other application?
List out the basic features of MFC.
What is thread & process?
What does mfc stand for?
What is LPCTSTR? What does LP denote it?
Explain StretchBlt and BitBlt
if i modified data in 1 view how does the other view knows
How do you change the properties for a tree view control that is part of the CTreeView class?
What is the use of UpdateData funciton ?
Tell me about different kinds of synchranization objects ?
what is the difference between SDI and MDI
15 Answers CMC, HCL, Siemens,