PersonalCorpus 版 (精华区)
发信人: ghl (量子), 信区: VisualC
标 题: Re: 怎样获得当前得到FOCUS的控件的ID?
发信站: 哈工大紫丁香 (2004年05月07日20:03:30 星期五), 站内信件
你那是得到控件的指针,而且必须以ID为参数。
试试这个
CWnd *pWnd;
pWnd=GetFocus();
int ID_focus=0;
ID_focus=pWnd->GetDlgCtrlID();
【 在 xiaoy (Devlin) 的大作中提到: 】
: GetDlgItem
: 具体用法查msdn
: 【 在 zhiheng (好好学习,天天向上,争做四有新人) 的大作中提到: 】
: : 如题
--
/*不攀 不懒 不贪*/
※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.235.57]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.220毫秒