搜索资源列表
程序缩小时缩为系统托盘(system tray)的小图标
- 这是一个当程序缩小时到系统托盘的程序,适合于服务类程序-This is a time when the process of narrowing the system tray procedures in the services category for procedures
三个托盘程序
- 系统托盘编程的三个例子 系统托盘编程的三个例子-system tray program three examples system tray program three examples
trayiconemlay
- 仿照 QQ的系统托盘程序的实现,和原理,仅供参考,有需要的赶快下载-modeled on the system tray QQ procedures to achieve, and the principle is for reference only, it is necessary to quickly download the
SysTray_Src
- 一个windows系统托盘程序,ysTray_Src.zip-a windows system tray procedures ysTray_Src.zip
dynamicntray
- 一个见到的系统托盘程序,同事图标动态变动,有兴趣的可以
427f8bad5b50698d7e1d8eda3f2bf0b3
- 爱圣是徐景周先生开发的一个集娱乐、工具为一体的软件。主要功能有简繁字体互换、位图转换为文本、文件隐藏到位图、文件分割器、控件注册器、文件加密器、注销用户、定时关机、弹出、关闭光驱等。阅读该源代码,您还可以学到:位图菜单、自画式按钮的制作,不规则形状窗口的产生,动画对话框,系统托盘程序的实现等一系列技术。 大小:975K
TrayDemo11
- 系统托盘程序,一个系统托盘类的简单应用。此类可直接使用-system tray procedures, a system tray kind of simple applications. Such direct access
12将窗体压入系统托盘
- 用VB开发的一个托盘。让应用程序的图标出现在电脑右下脚的状态栏上。-VB developed a tray. Let the application's icon in the lower-right corner of the computer status bar.
隐藏程序到系统托盘
- 可以隐藏程序到托盘,
程序缩小时缩为系统托盘(system tray)的小图标
- 程序缩小时缩为系统托盘(system tray)的小图标
New_Notify
- 系统托盘程序,包括封装了图形按钮类,希望对大家有帮助-system tray procedures, including a graphics package button type, and I hope to be helpful
PeanutHull
- 自己模仿花生壳做的界面程序。学习菜单类NewMenu的使用,以及如何制作系统托盘等界面元素的处理。-PeanutHull imitate their own interface to do the procedure. Learning menu NewMenu use category, as well as how to make the system tray, such as the handling of interface elements.
clock
- 这是一个系统托盘程序,可以设置闹钟。直接在一旁做自己的事。该小程序是利用MFC编程的。希望对初学者有点用-System tray program, you can set the alarm clock. Directly at the side to do their own thing. The applet is the use of MFC programming. For beginners with little hope
pb9(topwiz)
- 1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数) 2。ftpedit:实现ftp客户端功能。(调用wininet.dll) 3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现) 根据列内容自动调整列宽度(使用GetTextExtentPoint32()) 4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史) 5。icontray:在系统托盘显示图标。支持弹出菜单、热键激活。
AeTrayMenu
- 这是一个非常小巧的系统托盘程序。可以通过它控制系统服务的启动与关闭,修改和查看系统服务的配置文件(如apache,php等)。著名的wamp使用的托盘程序就是它!-This is a very small system tray program. Its control system can activate and turn off the Service, modify, and view the system configuration files (such as apache, php
VBQQ
- VB中象QQ一样自动隐藏窗体,实现常驻窗体的隐藏,解决程序在系统托盘的不方便问题-QQ like VB in the same form automatically hidden, to achieve permanent form of concealment, settlement procedures in the system tray problem of inconvenient
tuoPan
- 这个代码可以将程序最小化到系统托盘里面,挺有意思的-This procedure code can be minimized to the system tray inside, very interesting
Pallet
- 单文档实现系统托盘程序,Pallet 鼠标滑过托盘即可弹出框架窗口 右键可以选择菜单操作-Single document to achieve the system tray program, Pallet tray can mouse over pop-up window, right frame you can select menu operations
ClassTrayIcon
- 系统托盘类,支持非MFC程序(封装时,没有依耐MFC),使用简短。 这是我准备写另外一个程序的开头,觉得简单,就先保存下来。-// This can help you show your tray icon in taskbar status area of windows. // It is used in application without MFC.