MFC中this的问题
串口类的编程中,有下列语句:if(bTimerStart){this->KillTimer(1);this->GetDlgItem(IDC_SENDOUT)->SetWi...
串口类的编程中,有下列语句:
if(bTimerStart)
{
this->KillTimer(1);
this->GetDlgItem(IDC_SENDOUT)->SetWindowText("发送");
bTimerStart=false;
this->GetDlgItem(IDC_SEND)->EnableWindow(true);
return;
}
上面三个带“this”的语句,请问为什么要加“this”呢? 展开
if(bTimerStart)
{
this->KillTimer(1);
this->GetDlgItem(IDC_SENDOUT)->SetWindowText("发送");
bTimerStart=false;
this->GetDlgItem(IDC_SEND)->EnableWindow(true);
return;
}
上面三个带“this”的语句,请问为什么要加“this”呢? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询