文件名称:vbzxhtray
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2014-04-28
- 文件大小:
- 185kb
- 下载次数:
- 0次
- 提 供 者:
- gpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
最小化到托盘测试程序,可枚举取得所有窗口的标题并加到列表,含完整的VB源码,常用的程序模块,最小化后在托盘显示图标,使用了一个HookMessage.dll文件。双击想放进托盘的窗口名,然后那个窗口以后最小化都会放进托盘里(仅限本次运行,下次运行会失效)。判断文件装载也不错的功能,有时候文件还没写完就到了这里,所以判断一下文件长度是否正常,如果不正常倒回重新等待一下。-Minimize to tray test procedure can enumerate all the windows and get the title to the list, with complete VB source code, commonly used program modules, display an icon when minimized in the tray, use a HookMessage.dll file. Double-click the window name want to put in the tray, and then after that window will be minimized into a tray (only the second run, the next run will fail). Determine the function of the file loading is also good, sometimes not finished document on here, and so determine whether the file length is normal, if not normal fall back again to wait about.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
最小化到托盘\API.bas
............\Code.ASM
............\CODE.BIN
............\HookMessage\HookMessage.Asm
............\...........\HookMessage.Def
............\...........\HookMessage.dll
............\...........\HookMessage.Inc
............\...........\HookMessage.rap
............\...........\HookMessage.Rc
............\...........\测试程序\测试.frm
............\...........\........\测试.frx
............\...........\........\测试程序.vbp
............\...........\........\测试程序.vbw
............\...........\........\窗口2.frm
............\...........\........\窗口2.frx
............\HookMessage.dll
............\MAKE.BAT
............\NASM.EXE
............\取得窗口图标.bas
............\最小化到托盘.frm
............\最小化到托盘.frx
............\最小化到系统托盘.vbp
............\最小化到系统托盘.vbw
............\窗口状态控制.bas
............\HookMessage\测试程序
............\HookMessage
最小化到托盘