Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


1)To Remove WS_MINIMIZEBOX in a Frame ?



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

Post New Answer

More MFC Interview Questions

Differ GetMessage, PostMessage & PeakMessage?

4 Answers   Symphony,


what is the component of CLR ?

8 Answers   AZTEC, Symphony,


What function is called by a document class to notify views that the document has been changed?

2 Answers  


How can we create thread in MFC framework?

3 Answers  


What are the differences between MFC Exception macros and C++ exception keywords?

2 Answers  


Types of DLL's

11 Answers   Invensys,


What is the use of OninitDialog ?

11 Answers   HCL, Nagarro,


What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example

6 Answers  


Does the application have more than one object? If no, then what is the reason?

5 Answers  


How to access document object from view ?

1 Answers  


What is a critical section and how is it implemented?

2 Answers  


visual Pogramming c++ coding for create a paint application.. (Please someone help me)

2 Answers  


Categories