-
获得焦点的窗口和窗口的句柄
应用背景通过使用这个应用程序,您可以轻松地获得标题和当前焦点的窗口句柄的句柄。在这个项目中我们必须使函数调用user32.dll是Windows的API的一部分。两种功能,我们将使用:getforegroundwindow() -得到处理和了解处理我们可以称getwindowtext()获得窗口的标题。关键技术在我们进入代码之前,让我们先添加2个标签,2个文本框和一个计时器。相应地将所有这些名称命名,设置定时器的时间间隔,当然,允许它。现在的代码。首先,我们定义我们的使用报表:使用系统;使用系统;使用system.windows.forms;使用system.runtime.interopservices;我们需要一个命名空间,所以我们可以使用dllimport。然后我们宣布我们的Windows API函数使用dllimport: ; ; ; ; ; ; ;[ dllimport(“user32。dll”)]静态extern int getforegroundwindow();【dllimport(“user32。dll”)]静态extern int GetWindowText(int HWND,StringBuilder文本,int数);最后,我们插入下面的代码,在计时器的滴答声(双按您的定时器在设计视图)事件: ; ; ; ; ; ; ; ; ; ; ; ;const int CHR = 256; ; ; ; ; ; ; ; ; ; ; ;int处理= 0; ; ; ; ; ; ; ; ; ; ; ;StringBuilder缓冲=新的StringBuilder(CHR); ; ; ; ; ; ; ; ; ; ; ;getforegroundwindow()处理=;&n
- 2023-04-09 00:00:03下载
- 积分:1
-
wince 下的MID窗口演示程序,大家
wince 下的MID窗口演示程序,大家-Jack MID window under the demonstration program, we look at
- 2022-02-15 05:07:44下载
- 积分:1
-
track eye master
//包括必要的库
- 2022-02-03 12:51:14下载
- 积分:1
-
手机测试小东西,希望大家批评指正,我是学VC和C++的,还有JAVA...
手机测试小东西,希望大家批评指正,我是学VC和C++的,还有JAVA-handset testing small things that we corrected criticism, I study the VC and C, JAVA
- 2022-02-03 08:42:07下载
- 积分:1
-
这是一个日记本,可以记录自已每天的日记,是我自已做的。很实用,不错。...
这是一个日记本,可以记录自已每天的日记,是我自已做的。很实用,不错。-This is a diary of this, can record their own daily diary, I do own. Practical, yes.
- 2022-03-04 16:34:42下载
- 积分:1
-
测试短距离模块灵敏度的程序,需配合短距离模块,还可控制罗德与施瓦茨公司的信号发生器(SMB100A)。...
测试短距离模块灵敏度的程序,需配合短距离模块,还可控制罗德与施瓦茨公司的信号发生器(SMB100A)。-Sensitivity of short-range module test procedures, to be with the short-distance module, can also control the company Rohde & Schwarz s signal generator (SMB100A).
- 2022-11-02 04:30:05下载
- 积分:1
-
win32程序员手册1 程序员必备
win32程序员手册1 程序员必备-win32 programmer manual
- 2023-02-17 20:20:04下载
- 积分:1
-
very good java special procedures
非常好的java特殊程序
- 2022-06-03 18:24:28下载
- 积分:1
-
Grid_Control for the use of the tree control [visualc]
供Grid_Control中使用的树形控[visualc] -Grid_Control for the use of the tree control [visualc]
- 2022-03-13 11:12:55下载
- 积分:1
-
计算器程序,可以对表达式进行计算。很有参考价值的
计算器程序,可以对表达式进行计算。很有参考价值的-Calculator procedure, the expression can be calculated. Valuable
- 2022-05-05 18:15:11下载
- 积分:1