搜索资源列表
SocketExample
- 一个基于MFC对话框的Socket应用程序,包括UDP/TCP/FTP协议的实现,及字符串和数据流两种传输模式。 -an MFC dialog based on the Socket applications, including UDP / TCP / FTP protocol implemented, and string, and the data flow both transmission modes.
tinysendsmtp
- 一个基于MFC对话框结构的Mail发送客户端程序,该Mail客户端可以发送附件,支持SMTP服务器身份验证,BASE64编码。该程序用MFC的CSocket类开发,作者自己写了一个CSMTP类来进行各种处理。注意,应用的实现部分在一个DLL中处理。(感谢我的朋友jplou)-an MFC dialog based on the structure of the Mail this client, the Mail client can send attachments, support SMTP
通过套接字获取IP地址和本机名字
- 程序是MFC工程的基于对话框程序,主要功能是获取本机IP地址和主机名
FTP
- MFC基于对话框的Ftp上传下载软件!学习交流使用!-MFC dialog-based Ftp upload download software! Learn to use!
UdpSrv
- 基于UDP的服务器端程序。没有错误,并在基于对话框的MFC工程下有界面显示。-UDP-based server-side program. No errors, and MFC dialog-based interface display under construction.
WinSock
- MFC的一个基于对话框的网络程序,实现简单的对话功能。-MFC, a dialog-based network program, the realization of a simple functional dialogue.
Dd136
- WinPing_src构建对话框程序,创建协议类型为IPPROTO_ICMP的原始套接字,设置 其属性,创建并初始化ICMP包,向远程主机发送ICMP请求,并接受ICMP响应。 RemoteAdmin_demo远程进程和机器控制程序能够触发、监视、终止远程计算机上的 进程,还能够远程关闭或重启机器。 PowerOn获取要唤醒机器的MAC地址,然后唤醒电脑。 rawudp原始UDP封包发送程序,发送原始UDP封包时,首先要以IPPROTO_UDP 为协议
IPCapture
- 利用 WinPcap 捕获局域网 内的 IP 流量并进行简单分析 本程序是基于 MFC 结构的对话框应用程序,直接双击可执行文件(IPCapture.exe)即 可运行。-The use of WinPcap to capture IP traffic within a local area network and conduct a simple analysis of the structure of this program is based on MFC dialog box app
mscomm
- 这个实例是基于对话框的MFC应用程序中应用MSComm控件编程实现COM1和COM2的串口控制。-This example is a dialog-based MFC application of application programming MSComm control serial control COM1 and COM2.
UdpClient
- 基于UDP的客户端端程序。没有错误,并在基于对话框的MFC工程下有界面显示。-UDP-based client raising this program. No errors, and MFC dialog-based interface display under construction.
ATLDRAW
- 客户端程序:ATLDRAW: VC++编写的DCOM客户程序,基于MFC,连接网络进行画图,运行步骤如下: 单击菜单server/connect,地址栏里填写安装了DCOM服务器的地址。 如果是本机可以填127.0.0.1。等弹出OK对话框后就可以用鼠标在VIEW区域画图了。当然可以开 多个客户,观察效果。 服务器端程序:DRAWSERV: DCOM服务器程序,不能直接运行,你可以通过reg.bat来注册。注册完,还需要到 控
FindFilesDlg
- 基于MFC对话框的网络编程,实现对文件名与视频名的模糊匹配与检索-MFC dialog-based network programming, video on the file name and the name of fuzzy matching and retrieval
WebCapture_MFC
- 通过URL从网页上抓取图片,本程序基于MFC的对话框的工程,通过在对话框中的编辑框中输入图片的URL,点击ShowPic按钮就会从给定的URL网页中获取图片-Crawl through the pictures from a web page URL, the program is based on MFC dialog project, through the edit box in the dialog box enter the picture URL, click the button
(UDP)chat
- 一个简单UDP协议的聊天程序,本程序是基于MFC对话框实现的。-A simple UDP protocol chat program, this program is MFC-based dialog to achieve
MySock
- 一个简单的网络聊天程序,用MFC实现,基于对话框-A simple network chat program using MFC dialog-based
portscan1
- 使用了MFC,基于对话框的,多线程,连续IP地址端口扫描。-It s a portscan program.
Winsock_getIP1
- 网络程序设计,用MFC基于对话框编程获取IP地址-Network programming, using MFC dialog-based programming to obtain an IP address
20664_3
- 一个基于对话框的远程控制,代码简单,很易读懂! 功能全:包括文件管理、进程管理、服务管理、远程终端、屏幕截取监视、键盘记录等,很易读懂 分为:服务端和客户端,都为mfc编程 其中如果调试的话,可以改其中的网站参数 目的:仅用于学习远程控制代码的实现-A dialog-based remote control, code simple and very easy to read! Full-featured: including document manag
MFC-TCPclient
- 基于MFC的TCP客户端实现,主要基于对话框模式-MFC-based TCP client implementation, mainly based on dialog mode
sedginal
- 关于对话框的vc例子,示范了如何建立一个基于对话框的mfc程序()