资源列表
[对话框与窗口] GetWindowsText
说明:C#获取窗口文本C # get window text-C# get window text<ssmh> 在 2024-10-31 上传 | 大小:13312 | 下载:0
[对话框与窗口] ChosFont
说明:打开对话框字体选择项 可实现对输入的字体选择等-Open dialog box font options font selection input<heargeking> 在 2024-10-31 上传 | 大小:13312 | 下载:0
[界面编程] zigbee-location
说明:zigbee定位仿真代码 可以进行仿真 各种定位算法-zigbee the positioning simulation code can be simulated<侯其山> 在 2024-10-31 上传 | 大小:13312 | 下载:0
[按钮控件] WaitingBar
说明:4种不同样式的进度条,可自由选择,由vb编程实现-4 different style progress bar, the freedom to choose, programmed by vb<linj> 在 2024-10-31 上传 | 大小:13312 | 下载:0
[对话框与窗口] ScreenSnaper
说明:用Qt编写的截屏程序,源码展示了Qt中如何利用winid函数来实现对桌面的截屏,以及QImage的处理方法。-Screen capture programs written with Qt, source code shows how to take advantage of winid Qt function the desktop screenshot QImage processing method.<李蒙> 在 2024-10-31 上传 | 大小:13312 | 下载:0
[ListView/ListBox] UseButton
说明:button控件是比较基础使用频率比较高的控件,这里介绍了这个控件的基本使用方法,简单实用-The button control is the basis for comparison is relatively high frequency of use controls, introduced the basic use of the control method is simple and practical<徐允辄> 在 2024-10-31 上传 | 大小:13312 | 下载:0
[对话框与窗口] allwindows
说明:枚举当前所有打开的程序窗口,其原理是利用GetWindowLong(hWnd,GWL_STYLE)& WS_VISIBLE对打开的窗口进行查找,并将窗口的句柄存放在一个HWND的数组中,结合EnumWindows进行窗口的枚举,从而得到响应的窗口名称;通过定义了一个过程EnumWindowsProc,通过GetWindowLong来完成对打开程序窗口的枚举;通过ListBox实现程序的列举;并将每次调用的枚举结果存放在/info目录下当<johny> 在 2024-10-31 上传 | 大小:13312 | 下载:0