搜索资源列表
EasyChat
- C#编写,目前的版本是基于TCP的多对多聊天模式,已经实现的功能有: 服务器端: 1.轮询监听新的TCP客户机连接,数目不限。 2.记录客户机登录和离线信息,并以系统消息广播给所有已连接的客户端。 3.检测客户端的意外终止(比如强行通过终止进程的非正常退出)或者网络阻塞等情况,向所有客户机广播系统消息。 客户端: 1.及时更新在线列表。 2.具有悄悄话(通过选择接收方的点对点发送)和聊天室(广播发送)两种聊天模式。 3.收到新消息时有提示音并且在任
AboutTime
- C#定时从网络同步系统时间,最小化到托盘,多线程实现。-C# timing from the network synchronization system time, minimize to tray, multi-threaded implementation.
zui
- 程序设计中常遇到需要将程序图标最小化到托盘的操作-Programming frequently encountered need to program icons minimize to tray operation
csharptraysrc
- C#系统托盘程序示例源代码,知识点: 1、添加一个 NotifyIcon 组件和一个 ContextMenuStrip组件到主窗体 2、设置notifyIcon1控件的ContextMenuStrip属性为 contextMenuStrip1,将用户单击托盘图标显示的菜单指向 contextMenuStrip1 3、notifyIcon1.Visible = true //显示托盘图标 4、this.ShowIcon = true //应用程序窗口
wpf-minimized
- wpf 实现最小化到托盘 查看本机服务等功能,经测试,可以使用-wpf minimized to tray to see the local services and other functions
VS2010_MSComm
- C#串口操作,数据包接收操作,数据包接收发送CRC校验,最小化到系统托盘。-C# serial port operation, the packets receive operation, data packets receive send CRC check, minimize to system tray.