Welcome![Sign In][Sign Up]
Location:
Search - trayicon

Search list

[ADO-ODBCDangXiaoXueYuanGuanLiXiTongCustomSrc

Description: 党校学员管理系统客户端源代码。 这是以前写的一个党校学员管理系统,对学习数据库的人应该有些帮助的,不过原来的结构没有设计好,里面有些技术还是可以学习的,不过估计写数据库的人也不多。。 这个是使用delphi开发的c/s结构的程序,使用的是delphi自带的MIDAS,服务器使用了第三方控件TrayIcon,客户端使用了Ehlib和VCLSkin,数据传输时是压缩传输,使用了窗口继承。皮肤文件是保存在Dll中加载的。使用的数据库是SQL2000,不过这个程序配置起来比较麻烦。。 下面是一些截图和程序,其中,包含程序配置文档,程序概要设计和用户说明书。-err
Platform: | Size: 2996224 | Author: 宋芬 | Hits:

[ADO-ODBCDangXiaoXueYuanGuanLiXiTongServerSrc

Description: 党校学员管理系统服务器端源代码。 这是以前写的一个党校学员管理系统,对学习数据库的人应该有些帮助的,不过原来的结构没有设计好,里面有些技术还是可以学习的,不过估计写数据库的人也不多。。 这个是使用delphi开发的c/s结构的程序,使用的是delphi自带的MIDAS,服务器使用了第三方控件TrayIcon,客户端使用了Ehlib和VCLSkin,数据传输时是压缩传输,使用了窗口继承。皮肤文件是保存在Dll中加载的。使用的数据库是SQL2000,不过这个程序配置起来比较麻烦-Party School student management system server-side source code. This is before the party school students to write a management system, a database of study should be helpful, but not the original structure design, which some of these technologies can still learn, but the database is estimated that people do not write more. . This is to use delphi development c/s the structure of the procedure, using delphi own MIDAS, the server using a third-party controls TrayIcon, the client uses the Ehlib and VCLSkin, when data is compressed transmission, using the window of succession. Skin file is saved in the loaded Dll. The use of the database is SQL2000, but this process is more cumbersome configuration
Platform: | Size: 1261568 | Author: 宋芬 | Hits:

[JSP/JavaTrayIconAdvanced

Description: 一个完全用J2SE6.0实现的TrayIcon例子,可以实现系统托盘多功能图标-A fully realized TrayIcon with J2SE6.0 example, can achieve multi-functional system tray icon
Platform: | Size: 2048 | Author: amooo | Hits:

[JSP/JavaTrayIcon

Description: java做的系统托盘图标,从一个简单的例子详细说明了该系统托盘!挺好用!-java to do the system tray icon, from a simple example of a detailed description of the system tray! Very good use!
Platform: | Size: 86016 | Author: huang | Hits:

[Windows DevelopTrayIcon

Description: This an tray icon for win32-This is an tray icon for win32
Platform: | Size: 44032 | Author: hj | Hits:

[ADO-ODBCPartySchoolManage

Description: 这个是使用delphi开发的c/s结构的程序,使用的是delphi自带的MIDAS,服务器使用了第三方控件TrayIcon,客户端使用了Ehlib和VCLSkin,数据传输时是压缩传输,使用了窗口继承。皮肤文件是保存在Dll中加载的。使用的数据库是SQL2-This is a delphi development of the use of c/s the structure of the procedure, using a delphi own MIDAS, the server uses the third-party controls TrayIcon, the client uses the Ehlib and VCLSkin, data transmission is compressed transmission, the use of window succession. Skin files are stored in the loaded Dll. The use of the database are SQL2000
Platform: | Size: 9389056 | Author: 曾经如此 | Hits:

[Delphi VCLTrayIcon_for_Delphi

Description: 本例程是利用Windows API函数Shell_NotifyIcon()实现系统托盘图标功能,这个函数和其他处理Windows外壳的函数都包含在ShellAPI单元中 在窗口创建时在Windows任务栏的右下角创建一个托盘图标,图标由两个ICON交替出现,当窗口最小化时任务栏中只有托盘图标,当左键单击托盘图标窗口恢复,图标停止交替.-This routine is to use Windows API function Shell_NotifyIcon () function to achieve the system tray icon, this function and other functions to deal with Windows shell ShellAPI units are included in the window created in the Windows task bar at the bottom right corner to create a tray icon , ICON icon alternately by the two, when the window minimized only when the taskbar tray icon, when left-click tray icon to restore the window, the icon to stop the turn.
Platform: | Size: 10240 | Author: SeaHe | Hits:

[GUI DevelopSysTray

Description: This java source code show how to put an application into a system tray area. This code for system tray functions. But you have to need java 1.6. Because SystemTray and TrayIcon comes from 1.6 onward.
Platform: | Size: 1024 | Author: wggihan | Hits:

[Windows Developreadword

Description: 背单词,此功能模块实现屏幕即时背单词,收集和20多个词库-Back word that this function modules to achieve real-time screen back the word, the collection and more than 20 thesaurus
Platform: | Size: 1092608 | Author: feichesoft | Hits:

[GUI DevelopFakeQQ

Description: VC工程创建步骤; 对话框界面编程; 注册表编程; TrayIcon编程; 网络编程; 数据库编程; 线程编程 -Steps to create a VC project dialog programming interface registry programming TrayIcon programming network programming Database Programming Thread Programming
Platform: | Size: 5476352 | Author: 林培培 | Hits:

[GUI DevelopTrayIcon

Description: 程序在任务栏最小化时的小图标显示(就是类似QQ一样的小图标),很实用。-Procedures in the task bar at the time of the smallest of the small icon displayed (as QQ is similar to a small icon), it is practical.
Platform: | Size: 2048 | Author: you wentao | Hits:

[Linux-Unixtrayicon_xqt4

Description: Qt3、Qt4 托盘程序 由于Qt对不同平台的托盘需要不同的写法,国外网上流传着Qt3的托盘程序的多个平台实 现程序的源码,但其源码并不能直接拿来就用,使得初学者陷入困惑之中,而且感觉很多朋友对源码的交流是有保留的,至少对代码没有一定阅读能力和对编译报错 没有足够的理解经验的朋友来说是这样的。 我也不再另外提供Qt3的托盘源码,以下提供下载的Qt4托盘源码已经包含了国外开源爱好者提供的Qt3--win平台和linux平台的托盘源码,不能直接用来编译的原因是trayicon.h有个很小的错误,请把TrayIconPrivate声明为public。-Qt3, Qt4 Tray Program Because Qt on different platforms require different writing tray, foreign online circulating Qt3 tray program multiple platform program source code, but the Its source code and can not be directly brought on the use made into confusion among beginners, but also feel a lot of friends on the source of the communication is qualified, at least The code does not necessarily reading ability and to compile Baocuo do not have enough experience to understand a friend is like that. I am not going to provide another source Qt3 tray, the following source code available for download Qt4 tray contains the foreign open-source enthusiasts have been provided by the Qt3- win Platform and linux platform, tray source code, can not directly be used to compile because of trayicon.h have a very small error, please TrayIconPrivate declared to be public.
Platform: | Size: 25600 | Author: luocheng | Hits:

[Linux-UnixQt4_trayicon

Description: Qt3,的Qt4托盘程序 由于在不同的平台需要不同的写作Qt的托盘,国外的网路循环 Qt3托盘程序的多个平台程序的源代码,但 它的源代码,不能直接进入混乱中使用了带 初学者,也能感受到对通信的来源很多朋友是合格的,在 最少的 该代码并不一定阅读能力,并汇编Baocuo没有足够 经验来了解一个朋友就是这个样子。 我不会为其他来源Qt3托盘,下面的源代码,供 下载的Qt4托盘载有外国的开源爱好者已被Qt3提供- 赢 平台和Linux平台,盘源代码,不能直接用来编译,因为在 trayicon.h有一个非常小的错误,请 TrayIconPrivate宣布为公众。-Qt3, Qt4 Tray Program Because Qt on different platforms require different writing tray, foreign online circulating Qt3 tray program multiple platform program source code, but the Its source code and can not be directly brought on the use made into confusion among beginners, but also feel a lot of friends on the source of the communication is qualified, at least The code does not necessarily reading ability and to compile Baocuo do not have enough experience to understand a friend is like that. I am not going to provide another source Qt3 tray, the following source code available for download Qt4 tray contains the foreign open-source enthusiasts have been provided by the Qt3- win Platform and linux platform, tray source code, can not directly be used to compile because of trayicon.h have a very small error, please TrayIconPrivate declared to be public.
Platform: | Size: 25600 | Author: luocheng | Hits:

[GUI DevelopTrayIcon_Dialog

Description: 封装了一个托盘的类,可以再MFC工程或者WIN32工程中方便的使用。也可以作为一个示例代码。-Class encapsulates a tray, you can re-MFC project or projects to facilitate the use of WIN32. Also be used as a sample code.
Platform: | Size: 1396736 | Author: netsd | Hits:

[GDI-BitmapTrayIcon

Description: A class for creating a try icon for your application.
Platform: | Size: 2048 | Author: froten | Hits:

[Windows DevelopTrayIcon

Description: 托盘的功能实现,对于学习十分有用.建议新手学习使用-Realization of the function tray for the study very useful. Recommended novice learning to use
Platform: | Size: 33792 | Author: 9605201 | Hits:

[GUI DevelopCTrayIconDemo

Description: MFC写的CTrayIcon托盘类源码 1. 把TrayIcon.cpp和TrayIcon.cpp拷贝到你的项目目录,并添加到项目中 2. 在CTrayIconDemoDlg.h中加入#include "TrayIcon.h" 3. 添加成员变量CTrayIcon m_TrayIcon 4. 建立菜单资源,使其ID为:IDR_TRAY_MENU 5.声明消息处声明消息处理函数:-CTrayIcon
Platform: | Size: 38912 | Author: 海风 | Hits:

[Windows DevelopTrayIcon

Description: 基于visual c++的在状态栏系统区以动画方式显示图标-Based on visual c++ system in the status bar area to display animated icons
Platform: | Size: 15360 | Author: jiangfengmou | Hits:

[Delphi VCLlucky_cj_source

Description: 乐客抽奖软件1.30版的源代码, 此版本可以完成普通用户大部分要求,您可对其进行修改后自行使用,但不得用于商业和赢利目的TrayIcon 的使用帮助参见 TrayIcon_Demo_readme.txt 文件:-Le-off lottery software 1.30 version of the source code, this version of the ordinary user can complete most of the demands, you can modify it after its own use, but not for commercial purposes and profitable use of TrayIcon help see TrayIcon_Demo_readme.txt documents:
Platform: | Size: 2713600 | Author: dangyujia | Hits:

[ICQ-IM-Chatchatc

Description: 只有用了Rxlib2.75中的两个控件,一个是用来做TrayIcon的(TRxTrayIcon),还有一个是用来选颜色的(TColorComboBox), 大家在本站下载这个控件 -Only in two of the Rxlib2.75 controls is used to do a TrayIcon' s (TRxTrayIcon), there is one is used to select the color (TColorComboBox), you download this control at the site
Platform: | Size: 219136 | Author: wjinyang123 | Hits:
« 1 2 3 4 5 6 78 9 10 »

CodeBus www.codebus.net