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 view class enables you to use an edit control as a view?
How can server communicate with more than one client
how do u identify RTTI in vc++
What is the range of intensity of RGB
Tell me about different kinds of synchranization objects ?
What is thread & process?
Does the application have more than one object? If no, then what is the reason?
What is the use of UpdateData funciton ?
What types of threads are supported by MFC framework?
is there any class which is not derived from Cobject
what do you mean by psychic window?
What function is called by a document class to notify views that the document has been changed?