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 |
Differ GetMessage, PostMessage & PeakMessage?
what is the component of CLR ?
What function is called by a document class to notify views that the document has been changed?
How can we create thread in MFC framework?
What are the differences between MFC Exception macros and C++ exception keywords?
Types of DLL's
What is the use of OninitDialog ?
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
Does the application have more than one object? If no, then what is the reason?
How to access document object from view ?
What is a critical section and how is it implemented?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)