码迷,mamicode.com
首页 > Windows程序 > 详细

GetWindowText

时间:2020-03-13 18:56:29      阅读:61      评论:0      收藏:0      [点我收藏+]

标签:color   code   char s   文本   col   har   style   ext   char   

此函数是获取控件或者窗口中的文本

代码:

TCHAR str1[255];
TCHAR str2[] = L"Hello World";
GetWindowText(hWnd_button, str1, 255);
if (_tcscmp(str1, str2) == 0)
{
    //it is checkbox
    
}

 

GetWindowText

标签:color   code   char s   文本   col   har   style   ext   char   

原文地址:https://www.cnblogs.com/strive-sun/p/12487917.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!