搜索资源列表
mfc_Isapi
- mfc编写IIS上运行的isapi应用程序,程序以dll文件在IIS服务器加载,客户端browser可以get/post提交请求由isapi响应
evcmci
- 演示了如何通过mapi在mfc程序中发送邮件,也可以将mapi封装到自己的dll中为他人所用
ISAFile
- 文件HTTP下载ISAPI DLL MFC实现
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
ACE_MFCDevExample
- 使用 ACE 这个庞大的自适应通信环境并不是最佳的工程选择。这个例子以及其中的文档演示了如何使ACE与MFC和谐共处,解决因调用不当导致内存泄露、宽窄字符集接口等问题。 实现的例子使用ACE的Reactor 和 Task 实现了接收者-伴随处理模型,用消息队列实现了大数据包拼接,但要注意一个例程自发自收会发生阻塞, 这与使用API大不相同。ACE 太大了,很恼火。ACE 的 ACE_warppers.sln 使用VC2010进行了改变,添加了UnicodeDebug, UnicdoeRe
10.4
- API网络聊天工具,六个UDP和TCP发送接受的cpp文件,一个基于MFC的局域网聊天小工具工程,和此小工具的所有运行时库、资源和执行程序。代码的压缩包位置-windows socket Windows SDK、MFC、Socket winsock2.h Ws2_32.lib Ws2_32.dll
InterFunc_source
- 使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping -Implementing Ping using the function in ICMP.DLL not the function in Ws2_32.D
CPP_IOCP
- 2008/11/15号最新版本,以封装类形式提供TCP IOCP功能,改进先前版本的不足,以及BUG,增加UDP IOCP功能,增加了互斥访问的代码量,提高了运行稳定性;提供MFC扩展DLL(带lib和.h文件) -2008/11/15 its latest version in order to package category provided in the form of TCP IOCP functions, improve the shortcomings of previous ve
FileTransmit.Src.Setup-1.0.0-080828
- 【软件名称】 支持多线程断点续传的文件传输(FTP)程序(含服务端和客户端、支持蓝牙(Bluetooth)传输) 【版 本】 1.0.0 【操作系统】 Windows 桌面系列、Windows Mobile 【作 者】 谢红伟 · chrys · chrys@163.com · http://www.viction.net 【软件说明】 可用来在计算机与计算机之间传输文件,还可用来在智能手机之间通过蓝牙、无线网络、数据线传输文件,支持
Server_Mfc
- MFC——自带的DLL 实现在IE中的传输 过防火 360 等
CursePoint
- 网页模拟点击代码(窗口透明) 晚上某位朋友非要想能挂机点广告,问我能不能写个自动点广告的东东。一时兴起,就写了这个作品,很粗糙。改改能做远控的插件使用。考虑到网站的PV以及停留时间,通过计时器控制。由于注入IE基本所有的插软都会报警。就按1024*768做了个透明界面,在打开IE的情况下,对前端窗口进行模拟点击,保证了检测程序对IE的监控。如需后台隐藏点击,则只需单独写个浏览器隐藏运行,将此程序写成DLL注入即可。 -AppWizard creates one dialog cla
netv
- 一个VC++进行网络视频直播配置的实例程序,基于MFC,生成有安装程序,程序包含服务端和客户端,需要用到控件MFCN42D.DLL、MSVCP60D.DLL以及mfco42d.dll等。-VC++ for a video broadcast network configuration examples of the procedure, based on the MFC, the installation process has generated, the program includes s
IpAddressSelect.DLL
- VC++2008SP1 MFC IP地址查询 是个DLL模块 -VC++ IP address lookup
ChatSocket
- If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-R
checknumbere-mailmessages
- 如何检查电子邮件数量,如果应用程序在共享 DLL 中使用 MFC,且应用程序使用的语言不是 操作系统的当前语言,则需要从 Microsoft Visual C++ 光盘上 Win\System 目录下将相应的本地化资源 MFC70XXX.DLL复制到计算机的 system 或 system32 目录下,并将其重命名为MFCLOC.D-How to check e-mail number, if the application in a shared DLL using MFC, and
WebPBrowser
- Web Browser - Web browsing. The basis of the program - Microsoft Web Browser ActiveX. The archive contains the code of the program (Web Browser), DLL for the browser (WBApi), AciveX DLL rassherenie shell (OpenWithWB) - add your item (Open With We
day18
- MFC下怎样连接动态库,面向连接TCP-可靠有序的数据传输协议 无连接的UDP-不可靠无序的数据传输协议-How do I connect under MFC DLL,TCP-connection-oriented reliable ordered data transmission protocol Connectionless UDP-disorder unreliable data transfer protocol
MFCDLL_WebService
- 标准mfc dll写的访问webservice的代码 无需三方控件 封装成了dll 让其他程序调用-Standard mfc dll write access webservice code without tripartite control package into dll so that other programs call
dll
- 用两个向导(MFC AppWizard(DLL) 和Win32 Dynamic-Link Library)编写一个含有一个计算两个输入参数平均值函数接口的动态链接库。 要求算法正确。 要求在屏幕上输入数字,并显示输出结果。 使用显示链接和隐式链接的方式调用此DLL。-With two guides (MFC AppWizard (DLL) and Win32 Dynamic-Link Library) write a containing a calculation of two i
Rdp_Test
- MFC使用Mstscax.dll连接远程桌面(A simple for the remote desktop protocol with mstscax.dll)