如何用API函数实现按键精灵里面的GetKeyFocusWnd()命令

[DllImport("user32.dll",EntryPoint="WindowFromPoint")]publicstaticexternintWindowFrom... [DllImport("user32.dll", EntryPoint = "WindowFromPoint")]public static extern int WindowFromPoint(int xPoint, int yPoint);比如说这两行就是c#中完整的的使用API函数获取鼠标指向的窗口的句柄的用法。要求按照这种格式给出代码,如何使用API函数实现按键精灵里面的GetKeyFocusWnd命令,不要说尝试FindWindow或者GetForegroundWindow等等,就必须要实现GetKeyFocusWnd这个获取键盘当前焦点的窗口。要代码的啊! 展开
 我来答
匿名用户
2013-03-29
展开全部
VC中函数GetFocus可以,函数原型是:HWND GetFocus(VOID);

翻译成C#是:

[DllImport("user32.dll", EntryPoint = "GetFocus")]public static extern int GetFocus();
PS: MSDN 的解释:The GetFocus function retrieves the handle to the window that has the keyboard focus, if the window is attached to the calling thread's message queue.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
为迷萌滴16
2013-03-28
知道答主
回答量:4
采纳率:0%
帮助的人:5940
展开全部
[DllImport("user32.dll", EntryPoint = "WindowFromPoint")]

public static extern int WindowFromPoint(int xPoint, int yPoint);

比如说这两行就是c#中完整的的使用API函数获取鼠标指向的窗口的句柄的用法。

要求按照这种格式给出代码,如何使用API函数实现按键精灵里面的GetKeyFocusWnd命令,不要说尝试FindWindow或者GetForegroundWindow等等,就必须要实现GetKeyFocusWnd这个获取键盘当前焦点的窗口。

要代码的啊!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式