搜索资源列表
CSocket.rar
- socket套接字通信,TCP/IP协议,对网络编程很有用的。支持下哈!,socket socket communication, TCP/IP protocol, network programming very useful. The support of Kazakhstan!
fileproject
- 采用 CSocket 类编写的局域网文件夹传输的VC实现-s how to use MFC s CSocket class to transfer files (large files or small files-- it doesn t matter) from one computer to another over a network or the Internet
T
- 用CSocket类实现的聊天室程序,采用C/S模式,服务器可以与多个客户机相连接,为多个客户机同时服务。-Using CSocket class implements chat room procedures, using C/S mode, the server can be connected with multiple clients, in order to serve multiple clients simultaneously.
MY-SOCKET
- MFC中各个Dialog之间的传值、添加会话框以及Listcontrl的使用。 并从父窗体弹出的子窗体回弹到原来的父窗体,只需要使用CDialog::onOK() 方法即可,因为模态弹出的对话框具有阻塞性,若是使用新定义的对象再进行DoModal() 方法,反而会出错,即会又重新出现了新的窗体,虽然是一样的窗体,但是内容和值都不再存在。 Updatedata()方法可以实现窗体和函数内参数值的传递。 进行CStr