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 the size of a process
Explain Doc/View architecture
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
What is the difference between Extension DLL and Regular DLL?
What MFC base classes provide support for ActiveX controls?
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
what is message loop how mfc does it internally?
how many types of messages are their
Explain in sort What is CTargetObject?
What is model and modeless dialog box ? Give some examples?
what is the use of AFX_MANAGE_STATE ?
What function is called by a document class to notify views that the document has been changed?