Interviewer And Interviewee Guide

Visual C++ Interview Question:

How to change the Text of a CButton at Runtime?

Submitted by: Administrator
CButton *btnsample= (CButton *)GetDlgItem(IDC_BUTTON1); //suppose IDC_BUTTON1 is the ID of CButton
btnsample->SetWindowText(_T("Lahore"));
Submitted by: Administrator

Read Online Visual C++ Job Interview Questions And Answers
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

Interview Questions Answers .ORG