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

1)how to Display the File Dialog Box, in MFC ?

1 Answers  


What is stack size in win32 program?

1 Answers   HCL,


Tell me about different kinds of synchranization objects ?

6 Answers  


what is message loop how mfc does it internally?

4 Answers   Aspire,


what is the updated verssion in vc++

3 Answers   Aspect,


What four types of properties are supported by an ActiveX control?

1 Answers  


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

6 Answers   Infosys,


What is thread & process?

15 Answers   Exaband,


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

5 Answers   Wipro,


What is #progma and where it is used?

5 Answers   L&T,


1) How do you Destroy a Dialog Box ?

2 Answers   Honeywell,


What is userdefine Messages in MFC?

1 Answers   HCL,


Categories