VC++ 如何在显示对话框的时候,指定焦点控件!

很简单:

在你的CAddDlg类的OnInitDialog函数中
加上你上面的代码
GetDlgItem(IDC_EDIT1)->SetFocus();
最后记得return FALSE;

其实,不知道返回FALSE是啥意思!

查了说明:

Return Value
Specifies whether the application has set the input focus to one of the controls in the dialog box.

If OnInitDialog returns nonzero, Windows sets the input focus to the first control in the dialog box. 

The application can return 0 only if it has explicitly set the input focus to one of the controls in the dialog box.

 

翻译一下,大概的意思是

返回值 是确定对话框在打开的时候,对话框焦点的位置.

如果返回为非零(TRUE),但指定对话框在打开的时候,焦点位于第一个控件上.

如果返回值为零(FALSE),则是根据指定的控件来设定焦点的位置.

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值