GetDlgItem的问题

HWNDGetDlgItem(HWNDhDlg,intnIDDlgItem);请问这两个参数都表示什么意思,应该怎样得到??... HWND GetDlgItem(
HWND hDlg,
int nIDDlgItem
);

请问这两个参数都表示什么意思,应该怎样得到??
展开
 我来答
yangdoing7689
2007-08-02 · TA获得超过661个赞
知道小有建树答主
回答量:1011
采纳率:0%
帮助的人:0
展开全部
第一个是控件的句柄,第二个是它的ID号,建议直接用这个函数,
CWnd* GetDlgItem ( int nID ) const;这个就足够了(在MFC中经常这么用),如果你是在win32API下面写的话,那么一般创建一个窗口都会产生一个句柄的.
佰顺薇K
2007-08-03
知道答主
回答量:13
采纳率:0%
帮助的人:3.6万
展开全部
hWnd是父窗口的句柄,一般用m_hWnd就可以了
第二个参数是控件的ID号。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
YuLingJian
2007-08-01 · TA获得超过134个赞
知道小有建树答主
回答量:402
采纳率:0%
帮助的人:0
展开全部
不好意思,转自MSDN:
GetDlgItem
The GetDlgItem function retrieves the handle of a control in the specified dialog box.

HWND GetDlgItem(
HWND hDlg, // handle of dialog box
int nIDDlgItem // identifier of control
);

Parameters
hDlg
Identifies the dialog box that contains the control.
nIDDlgItem
Specifies the identifier of the control to be retrieved.
Return Values
If the function succeeds, the return value is the window handle of the given control.

If the function fails, the return value is NULL, indicating an invalid dialog box handle or a nonexistent control. To get extended error information, callGetLastError.

Remarks
You can use the GetDlgItem function with any parent-child window pair, not just with dialog boxes. As long as the hDlg parameter specifies a parent window and the child window has a unique identifier (as specified by the hMenu parameter in the CreateWindow or CreateWindowEx function that created the child window), GetDlgItem returns a valid handle to the child window.

Windows CE: The GetDlgItem function only works for immediate child controls of a dialog box—it will not search through nested dialog boxes.

QuickInfo
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Requires version 1.0 or later.
Header: Declared in winuser.h.
Import Library: Use user32.lib.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式