搜索资源列表
Hookpwd
- 取输入框中星号的字符,获取窗口属性(坐标,大小,类名)等 读取窗口列表 修改窗口标题 开发环境:Vc++ 6.0-imported from asterisk in the box characters, access to the window properties (coordinates, size, class names) to read a list of windows to amend window title development environment : Vi
mousehook
- 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通 过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口, 用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以 实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如 键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消 息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并
EnumWindowsProc
- vc 获取所有打开窗口程序的句柄、类名及标题\EnumWindowsProc的源码-vc for all open windows programs handle, class name and title \ EnumWindowsProc source
4
- 这是一个获取所有打开窗口程序的句柄、类名及标题的程序-Get a handle to all open windows programs, class name and title
pb9(topwiz)
- 1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数) 2。ftpedit:实现ftp客户端功能。(调用wininet.dll) 3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现) 根据列内容自动调整列宽度(使用GetTextExtentPoint32()) 4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史) 5。icontray:在系统托盘显示图标。支持弹出菜单、热键激活。
EnumWindowsProc
- vc——获取所有打开窗口程序的句柄、类名及标题\EnumWindowsProc的程序源码,值得一看!-vc- all open windows to get a handle, class name and title \ EnumWindowsProc the program source code, worth a visit!
EnumWindowsProc
- 获取所有打开窗口程序的句柄、类名及标题\EnumWindowsProc\EnumWindowsProc.rar,很不错的vc源码,有兴趣的朋友可以看看。-All open windows to get a handle, class name and title \ EnumWindowsProc \ EnumWindowsProc.rar, very good vc source, interested friends can see.
GetWindowname
- 获取窗口的标题和设置当前窗口标题,可以帮助大家学习windows编程-a code for get and set windows handle name
12345
- 遍历所有窗口获取句柄,类名,窗口标题-To traverse all windows to get the handle
windows
- 获取当前运行的所有窗口,并且关闭指定标题的窗口-Get all windows that are currently running, and turn off the designated title window
EnumWindowsProc
- 获取所有打开窗口程序的句柄、类名及标题,VC++精选编程源码,很好的参考资料。-Get all the open windows program handles, the class name and title, VC++ select programming source code, a good reference.
VBgetallPrcoeessWinTitle
- VB获取Windows系统当前的所有进程,并枚举出窗口标题,得到desktop的句柄,得到desktop的第一个子窗体,循环所有的窗体。在所用到的方法中,有一个枚举所有进程的函数,这个函数可帮你快速找到当前运行的所有进程,你也可轻松的就将其应用到其它的应用程序中。-Capture all process , and windows Title , handle and so .
GetCurrentProcessTitle
- 获取当前正在激活状态的窗口的进程名和窗口标题-Get the windows Process name and windows title.
good_wlndow
- 用VB5,0获取正在系统中运行的窗口标题,很好源码(With VB5. 0 is running in the system window title, a good source)
Get Window Title
- 这是一个获取WINDOWS窗口标题labview的子程序(Get the WINDOWS window title)
遍历窗口
- VBA 遍历所有窗口获取父窗口及子窗口句柄及标题(Traverse all the windows to get the parent window and child window handle and title)
wjy
- winnt下获取窗口标题的更快速方法,不错的源码(Under winnt faster way to gain the window title, good source)
Search Hwnd from Title Name
- Labview编写,使用WIndow dll,通过程序标题名称获取窗口句柄(Search Hwnd from windows title name)