搜索资源列表
一句代码实现系统托盘
- 让你实现系统托盘(即右下角的小图标)变得非常方便的原码:一句话就可以实现,怎么样也许你不相信,看看就知道了。就下面一句就实现了: TrayCon1.AddToTray Me, Me.Icon, \"系统托盘实例\", menu 并且在运行期间你还可以更改tip文字,更改图标,更改菜单等操作,窗体退出时,自动删除托盘,不需要人工介入,是不是减少了您平时的一大段的代码啊-allow you to realize the system tray (lower right corner of t
MFC信息提示框
- 用MFC实现了桌面右下角平滑显示出提示窗口和将程序加入系统托盘中。。
TrayIcon_for_Delphi
- 本例程是利用Windows API函数Shell_NotifyIcon()实现系统托盘图标功能,这个函数和其他处理Windows外壳的函数都包含在ShellAPI单元中 在窗口创建时在Windows任务栏的右下角创建一个托盘图标,图标由两个ICON交替出现,当窗口最小化时任务栏中只有托盘图标,当左键单击托盘图标窗口恢复,图标停止交替.-This routine is to use Windows API function Shell_NotifyIcon () function to ach
TSync
- 基于sntp的网络时间同步程序,有界面,右下角托盘,可注册为系统服务并能随时卸载。-Based on the SNTP network time synchronization procedures, there is interface, the bottom right corner of trays can be registered as a system service and can unload at any time.
121
- 把用Visual Basic 编写的窗体放入系统右下角托盘-The form written in Visual Basic, the bottom right corner into the system tray
trayicon
- 包含制作单文档应用程序托盘图标的可运行实例,以及详细的使用方法。实现的功能有:运行程序,桌面右下角出现托盘图标,关闭桌面窗口图标不消失,双击重新打开窗口,右击托盘图标选择打开或退出程序的操作-Produced a single document that contains the application tray icon to run examples, and detailed use. Function can be achieved: run the program, the deskt
eden1400x1050
- 用flash实现的动态屏保,主窗口可以关掉 右下角托盘图标上面点右键可以显示、隐藏和更换flash, 功能不完善,反正我自己是够用了 flash文件可以自己做,因为flash实在是太强大,可以实现很多效果,flash不光可以让画面动起来,还能加入声音或者音乐,配合actionscr ipt基本上能想到的效果都能做出来。-Implementation of dynamic screensaver with flash
dalingqi
- 一个关于电脑打铃系统的实现及工程源代码。包括播放音乐,桌面右下角托盘。-A computer system source code ringing
test1
- 编写右下角托盘提示窗口,需要的朋友可以做为参考用-Lower right corner of the tray prompt written a friend in need can be used as reference
RiserWindow
- 点击按钮,桌面右下角托盘处弹出提示窗口,类似于-Click the button, the tray at the bottom right corner of the desktop alert window is similar to the QQ
MyNote
- 摘要:C#源码,菜单窗体,托盘提示 C#日志托盘提示代码+源程序,本例主要是练习如何在Windows托盘处显示一个图标,支持右键菜单,这在编程中比较常见,也比较基矗 一个小的日志提示程序,一运行,就会出现首页,按alt+f4隐藏首页,该图标会在显示在右下角托盘上。4当到一定的时间,就会自动运行别外一个页面,打开你的主页,主页上写上你的要做的事情就OK,我设定的是17:55:18分,大家可以根据需要,我加几个窗口,来提示某时做什么。 可以通过这个程序学会托盘程序的编写方法。
traytest1
- 电脑右下角托盘编程实现原理,消息提示显示,新人参考-Tray test about
CSharpShareFile
- 1、发送文件的客户端:SendDoc.exe;打开文件,然后输入目标IP地址,即可开始进行发送! 2、接受文件的客户端:ReceiveDoc.exe;选择存储文件的路径,然后最小化即可(会显示在右下角托盘!)。-share folder in the net
Tray
- windows托盘功能实现,右下角托盘,保护退出,查看等基本功能操作实现-windows tray functions to achieve the lower right corner tray, protecting exit, View, and other basic functions to achieve
tray-icon-and-no-multiple-runs
- 使用VB6编写的“动态托盘图标and防止多次运行”可在系统右下角托盘内实现动态图标,表明程序开始工作,工作结束后可转为静态图标。另一个功能是“防止程序多次运行”,当程序已经运行了,再双击运行程序时会自动切换到程序界面,防止同一个程序多次运行。-Using VB6 prepared " dynamic tray icon and prevent multiple runs" to the lower right corner in the system tray to achie
DialogTools
- MFC实现桌面右下角托盘编程,QQ截图功能和锁屏功能-MFC realize the bottom right corner of the desktop tray programming, QQ screenshot function and lock screen
JMF-audio--video
- JMFjava音频视频多媒体会议实现,1、实现双向视频通话,编译直接运行即可; 2、可执行程序在:client\目录下; 3、自己部署服务器,直接运行:server\run.bat,在电脑右下角托盘区域会出现运行图标; 4、编解码部分用了第三方的库,效果不错,画面清晰,实时性非常好;-JMFjava audio and video multimedia conferencing implementation, a, two-way video calls, the compiler
Clear
- 自动清理右下角托盘图标。个别小白用户防止远程检测启动过的应用程序图标残留(Automatically clean the lower right corner tray icon. Individual white users prevent remote detection of startup application icons residue)
93631493hide
- 最小化托盘,可以修改使用,使程序最小化到右下角托盘(Minimize tray, you can modify the use, minimize the program to the lower right corner tray)
五句代码实现托盘图标闪动
- 模仿QQ右下角状态栏,来信息时的闪动,只用5句代码,简单(Imitating the state bar of the lower right corner of the QQ, the flashing of information)