CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序

文件名称:instant-messaging-system

介绍说明--下载内容来自于网络,使用问题请自行百度

本章实现了一个聊天系统的客户端,主要介绍高级按钮控件的定制,高级列表框的定制,连接套接字的建立以及与服务器的连接等。





本章实现了一个聊天系统的服务器端,主要介绍建立侦听套接字,建立连接套接字,动态隐藏与显示控件

使用列表框控件等。





该服务器是以本地IP的8000端口建立服务;而且本程序没有提供相应的设置接口,如需修改则可以程序中修改代码,再重新编译生成应用程序。

该客户端的配置文件为Debug目录下的server.info文件;可以直接在server.info文件中进行修改,也可以利用客户端提供的设置接口进行修改。-This chapter implements a chat client, introduces the Advanced button control customization, advanced list box customization, as well as to establish a socket connection with the server connections. This chapter implements a server-side chat system, introduced to establish a listen socket, the socket connection is established dynamically hide and display control uses a list box controls. The server is based on the local IP port 8000 to establish services And this program does not provide the appropriate setting interface for modifying the program, you can modify the code and re-compile the generated application. The client configuration file for the Debug directory server.info file can be modified in server.info file, you can also use the interface provided by the client to modify the settings.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

VisualC++开发的即时通讯系统/
VisualC++开发的即时通讯系统/HiCode.cn.url
VisualC++开发的即时通讯系统/MyQQClient/
VisualC++开发的即时通讯系统/MyQQClient/HiCode.cn.url
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/AdvButton.cpp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/AdvButton.h
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/ChatSocket.cpp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/ChatSocket.h
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/ClientSocket.cpp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/ClientSocket.h
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/Contentmenu.cpp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/Contentmenu.h
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/Debug/
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/Debug/MyQQClient.exe
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/Debug/server.info
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/FindDlg.cpp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/FindDlg.h
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/HiCode.cn.url
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/LoginDlg.cpp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/LoginDlg.h
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/MyQQClient.aps
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/MyQQClient.clw
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/MyQQClient.cpp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/MyQQClient.dsp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/MyQQClient.dsw
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/MyQQClient.h
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/MyQQClient.ncb
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/MyQQClient.opt
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/MyQQClient.plg
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/MyQQClient.rc
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/MyQQClientDlg.cpp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/MyQQClientDlg.h
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/ReadMe.txt
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/RegisterDlg.cpp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/RegisterDlg.h
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/res/
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/resource.h
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/res/1.bmp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/res/2.bmp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/res/3.bmp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/res/4.bmp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/res/5.bmp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/res/6.bmp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/res/7.bmp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/res/8.bmp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/res/MyQQClient.ico
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/res/MyQQClient.rc2
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/res/Thumbs.db
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/SendRecvDlg.cpp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/SendRecvDlg.h
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/server.info
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/SetServerDlg.cpp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/SetServerDlg.h
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/StdAfx.cpp
VisualC++开发的即时通讯系统/MyQQClient/MyQQClient/StdAfx.h
VisualC++开发的即时通讯系统/MyQQClient/read me.txt
VisualC++开发的即时通讯系统/MyQQServer/
VisualC++开发的即时通讯系统/MyQQServer/HiCode.cn.url
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/ClientSocket.cpp
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/ClientSocket.h
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/Debug/
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/Debug/BuildLog.htm
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/Debug/ClientSocket.obj
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/Debug/ListenSocket.obj
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/Debug/MyQQServer.exe
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/Debug/MyQQServer.obj
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/Debug/MyQQServer.pch
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/Debug/StdAfx.obj
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/Debug/UserInfo.txt
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/Debug/vc70.idb
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/Debug/vc70.pdb
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/HiCode.cn.url
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/ListenSocket.cpp
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/ListenSocket.h
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.aps
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.clw
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.cpp
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.dsp
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.dsw
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.h
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.ncb
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.opt
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.plg
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.rc
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.sln
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.suo
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServer.vcproj
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServerDlg.cpp
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/MyQQServerDlg.h
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/ReadMe.txt
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/res/
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/resource.h
VisualC++开发的即时通讯系统/MyQQServer/MyQQServer/res/MyQQServer.ico
VisualC++开发的即时通讯系统/MyQQSe

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com