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)How to change the size of a button at run time ?



1)How to change the size of a button at run time ?..

Answer / 106743013743

Hi,

below, code is running successfully, I hope that it might be
useful for you!!!!

BOOL Csample_button_name_changeDlg::OnInitDialog()
{
CDialog::OnInitDialog();

CButton *btnsample = (CButton *)GetDlgItem(IDC_BUTTON1);

//below, the Code to change Size of the button

btnsample->SetWindowPos(0,0,0,100,100,SWP_FRAMECHANGED);

return TRUE;
}


Code By Ctharam

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More MFC Interview Questions

What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


What view class enables you to use an edit control as a view?

1 Answers  


What types of threads are supported by MFC framework?

2 Answers  


How we can findout Memoryleaks, In what way it can be avoided

6 Answers   Infosys,


In VC++ How to transfer between one exe to another exe while running..

5 Answers   Wipro,


What is the difference between OnInitialUpdate and OnUpdate?

5 Answers  


What is the use of CObject::Dump function ?

4 Answers  


Tell me the work of HTREDUCE and HTZOOM

1 Answers   E Logic,


1) create ToolTip in MFC?

2 Answers   HCL,


Explain the flow of SDI application?

8 Answers   Mphasis,


What is the difference between Struts and JSF? Pls list some most suitable differences.

0 Answers  


Does the application have more than one object? If Yes, Briefly explain.

2 Answers   Soltius Infotech,


Categories