搜索资源列表
C#下实现动态系统托盘图标
- 本文通过向大家介绍一个.Net平台上用C#写的可以停放在任务栏上的图标程序(类似于Flashget、OICQ那种系统托盘图标)来和大家一起体验一下用C#编程的乐趣。 -this paper to introduce a. Net platform using C# writing can be accommodated in the task bar icon (similar to Flashget, OICQ kind of system tray icon) to join and exp
TrayForm控件(用于系统托盘)
- 使用VB开发,用系统托盘显示,使系统图标出现在任务栏处-use of VB with the system tray, the system icon in the task bar Service
如何实现托盘程序
- 在Windows操作系统中,任务栏的右边(托盘)会常驻几个图标,如输入法切换图标、音量控制图标等,此外我们还经常遇到具有托盘图标的软件,如金山词霸、实时监测功能的杀毒软件等。这些软件在后台运行,通常不占用太多的屏幕资源,只在通知栏上放一个小小的标志,必要时我们可以通过用鼠标点击图标对其进行选单操作或激活其主窗口。该源代码给出了具体实现托盘程序-the Windows operating system, the right side of the task bar (tray) Permanent
tuopan
- vb编写用于任务栏托盘程序-vb prepared for the task bar tray procedures
SYSTRAY
- 一个最小化的任务栏托盘的控件,包涵完整的源代码
zuixiaohua
- 通过api的调用,最小化异型窗体到任务栏托盘,解决了无标题窗体最小化的问题
tuopan
- 启动程序后将在任务栏托盘区生成一应用程序托盘。 左键双击弹出一子用户界面窗口 右键单击托盘可关闭应用程序。
CDROMController
- 本资源利用mciSendString()函数实现了光驱的打开和关闭,可作为利用VC++进行mci程序设计的入门参考资料;另外,利用Shell_NotifyIcon()函数实现了任务栏托盘区的增加、删除应用程序图标
操作任务栏的源代码
- 操作任务栏的源代码示例. 可以隐藏任务栏,隐藏托盘里的任意项. 在Windows2000,WinXP下测试通过-operation task bar the source code examples. Hide task bar, hidden tray of arbitrary items. In Windows 2000, under the test WinXP
2TrayPopMenu.rar
- 本算例实现一个任务栏托盘菜单,当用户右击该该图标时,就会弹出一个快捷菜单,An example of the realization of a task bar tray menu when the user right-click the icon, it will pop up a shortcut menu
TrayIcon_for_Delphi
- 本例程是利用Windows API函数Shell_NotifyIcon()实现系统托盘图标功能,这个函数和其他处理Windows外壳的函数都包含在ShellAPI单元中 在窗口创建时在Windows任务栏的右下角创建一个托盘图标,图标由两个ICON交替出现,当窗口最小化时任务栏中只有托盘图标,当左键单击托盘图标窗口恢复,图标停止交替.-This routine is to use Windows API function Shell_NotifyIcon () function to ach
Shell_Tray_Info
- 获取任务栏所有托盘图标的信息,包括icon、图标、进程路径。可模拟鼠标左右键消息。给任务栏图标移动位置等。 Shell Tray Info,转载自CodeProject-Access to the taskbar tray icon for all of the information, including icon, icon, the process path. Can simulate the key message about the mouse. To the taskbar ic
ServerManager
- 我做的一个系统托盘程序(Delphi7),里面牵扯到dll动静态调用,程序可以缩小的系统托盘上,点击托盘图标,界面会弹出,而且使用了隐藏任务栏功能,还有资源文件的使用和制作方法,反正是一些软件开发很常用并且实用的Demo。要求管理员加精。-I do a system tray program (Delphi7), which involves static and dynamic dll call, the procedure can reduce the system tray, click
123n
- 隐藏外部程序任务栏图标和系统托盘图标.rar-External program to hide the taskbar icon and system tray icon. Rar
up
- 系统托盘程序,实现在任务栏的显示以及popupmeno的显示-System tray program, realize in the task bar display and the display popupmeno
UsbSkype
- usb的skype电话,就是一个象电话一样的终端通过usb连接到电脑上,然后就像打电话一样在这个终端上操作skype进行语音通话。 这是PC端的控制软件,这里面包含了usb驱动的完整代码,任务栏托盘的应用,还有一些软件钩子的使用,有兴趣的可以参考一下。-usb phone for skype, as the telephone is a terminal connected to the computer through the usb, then just call the same op
NotifyIconSl
- 带菜单的任务栏托盘图标C#版源代码.这个不但可以在任务栏显示图标,而且右键点击图标还可以显示菜单,虽然功能不复杂,但对初学者很有帮助。-With a menu icon in the taskbar tray C# version of the source code. This will not only display an icon in the taskbar, and right-click on the icon can also display the menu, although
ChatRoom
- Vc++ 打造局域网聊天室(10)---任务栏托盘功能的实现 -Vc++ to create local area network chat rooms (10)--- functions to achieve the task bar tray
TrayPopMenu
- 该代码可以实现一个任务栏托盘弹出菜单,简介美观-The code can achieve a task bar tray pop-up menu, profile appearance
最小化到系统托盘
- 点击关闭窗口,询问是直接退出还是隐藏到任务栏。(Click close window to ask whether to quit directly or hide the taskbar.)