搜索资源列表
delphi_tray_Pop-up-window
- 类似QQ程序,最小化到托盘,右下角弹出消息框并自动消失。 也能弹出异形窗口。-Similar to the QQ process, minimize to tray, lower right corner of the pop-up message box and automatically disappear. Pop-up window can also be profiled.
TrayIcon_for_Delphi
- 本例程是利用Windows API函数Shell_NotifyIcon()实现系统托盘图标功能,这个函数和其他处理Windows外壳的函数都包含在ShellAPI单元中 在窗口创建时在Windows任务栏的右下角创建一个托盘图标,图标由两个ICON交替出现,当窗口最小化时任务栏中只有托盘图标,当左键单击托盘图标窗口恢复,图标停止交替.-This routine is to use Windows API function Shell_NotifyIcon () function to ach
huhuc_V0.8_WinTabbed
- 这是一个窗口标签化软件。激活一个窗口,按下Win+0吧窗口标签化。双击标签(或者Ctrl+W)复原,F2,F3切换标签。右下角有托盘图标可以选择: a.按类名分类 b.按标题分类-This is a window label software. Activate a window, press the Win+0 bar window label. Double-click the tab (or Ctrl+ W) to recover, F2, F3 to switch labels. Tra
dalingqi
- 一个关于电脑打铃系统的实现及工程源代码。包括播放音乐,桌面右下角托盘。-A computer system source code ringing
TipKit
- 功能: 本软件属于桌面提示小工具,可按设定的时间提示你想提示的任何事情。 详细功能: 1、本软件可单独按某个设定时间提示,也可按一系列设定时间依次提示,缺省为自动全部提示; 2、本软件一运行即最小化,仅在托盘菜单中留有喜羊羊头像的小图标。左键使其显示,右键可进行相关设置; 3、本软件运行时会检查提醒时间配置文件(TipTime.txt),如果不存在,则读入缺省设置,否则从配置文件读取提示信息; 4、本软件可自由新增或者更新提醒时间和提醒内容,但要记得保存一下。系统会
tp
- 托盘小程序,把程序最小化到电脑右下角-Tray applet, the computer program to minimize the lower right corner. . . .
MouseThroughTheForm
- C#鼠标穿透窗体,隔着一个透明窗体实现鼠标操作,让鼠标可以穿透窗体响应点击操作。记录当前操作的类型,使窗体始终在其它窗体之上,设置窗体的颜色和透明度的状态。在右下角的托盘菜单中,可设置透明窗体的风格、透明度和颜色等,对编写一个可自定义的透明窗口来说,也是一个很好的参考范例。-C# mouse through a form, separated by a transparent form to achieve the mouse operation, so that the mouse can p
五句代码实现托盘图标闪动
- 模仿QQ右下角状态栏,来信息时的闪动,只用5句代码,简单(Imitating the state bar of the lower right corner of the QQ, the flashing of information)