-
C#Socket窗体异步通讯
在VS 2008 平台下用C#语言编写的Socket通讯程序,采用异步模式,包括客户端和服务器两项源码,简单易懂,适合初学者,经测试可用
- 2022-07-22 15:31:41下载
- 积分:1
-
聊天室ChatClient源码
聊天室ChatClient源码-Chat rooms ChatClient source
- 2022-10-29 17:15:04下载
- 积分:1
-
asp source code, online message board, the latest development of the absolute ea...
asp源代码,网上留言板,最新开发的绝对好用。-asp source code, online message board, the latest development of the absolute ease of use.
- 2022-03-11 08:50:28下载
- 积分:1
-
可以过滤浏览网页时广告的小程序,由VC利用MFC编写。
可以过滤浏览网页时广告的小程序,由VC利用MFC编写。-filter can visit the website at a small advertising procedures used by the VC MFC prepared.
- 2022-07-22 21:28:12下载
- 积分:1
-
1 首先下载josua
1 首先下载josua-0.9.2.tar.gz(http://osip.atosc.org/download/deprecated/)和libosip-0.9.2.tar.gz(); 2 将两个文件分别解压缩到/josua文件夹和 bosip文件夹,需要注意解压缩的时候要使用winzip,winrar解压缩会有问题; 3 打开VC++6.0,在文件菜单中打开~ bosip/windows/osipfsm.dsw,(注意:没有先打开VC++,直接打开~ bosip/windows/osipfsm.dsw时候出现了问题?); 4 编译的时候要首先编译osipparser files,再编译osipfsm files(注意:直接编译会出现不能打开osipparser.lib的错误提示);编译后则在文件夹~ bosip/windows/.libs下生成osipfsm.dll,osipfsm.lib和osipparser.dll,osipparser.lib四个库文件; -a first download josua- 0.9.2.tar.gz (http :// osip.atosc.org/download/deprecated /) and l ibosip- 0.9.2.tar.gz (
- 2022-03-06 21:17:35下载
- 积分:1
-
WSAAsyncSelect for MFC 下自定义SOCKET事件 替换以前那种通过循环来获知SOCKET事件的方法...
WSAAsyncSelect for MFC 下自定义SOCKET事件 替换以前那种通过循环来获知SOCKET事件的方法
- 2022-03-24 03:40:03下载
- 积分:1
-
这这是一个ASP 实验室管理系统原代码是一个ASP 实验这是一个ASP 实验室管理系统原代码室管理系统原代码...
这这是一个ASP 实验室管理系统原代码是一个ASP 实验这是一个ASP 实验室管理系统原代码室管理系统原代码-这是一个ASP 实验室管理系统原代码这是一个ASP 实验室管理系统原代码这是一个ASP 实验室管理系统原代码
- 2022-01-26 06:39:00下载
- 积分:1
-
网络视频,包括网络通讯,视频传送等内容。适合毕业设计
网络视频,包括网络通讯,视频传送等内容。适合毕业设计-net
- 2023-02-05 04:10:03下载
- 积分:1
-
melody1.2 源码
#include "MemoryModule.h"
#include "resource.h"
#include "C_svchost.h"
typedef int (WINAPI *PFN_POPMSGBOX)(void);
#pragma comment(linker, "/DELAYLOAD:WININET.dll")
#pragma comment(linker, "/DELAYLOAD:WS2_32.dll")
#pragma comment(linker, "/DELAYLOAD:PSAPI.DLL")
#pragma comment(linker, "/DELAYLOAD:GDI32.dll")
#pragma comment(linker, "/DELAYLOAD:ADVAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:SHELL32.dll")
#pragma comment(linker, "/DELAYLOAD:SHLWAPI.dll")
#pragma comment(linker, "/DELAYLOAD:MSVFW32.dll")
#pragma comment(linker, "/DELAYLOAD:WINMM.dll")
#pragma comment(linker, "/DELAYLOAD:USER32.dll")
#pragma comment(linker, "/DELAYLOAD:WTSAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:IMM32.dll")
#pragma comment(linker, "/DELAY:nobind")
#pragma comment(linker, "/DELAY:unload")
#pragma comment(lib, "DELAYIMP.LIB")
#pragma comment(linker, "/DELAYLOAD:USER32
- 2022-08-24 08:05:56下载
- 积分:1
-
如果你的应用程序使用MFC共享DLL,和您的应用程序
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-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don t do this, some of the UI elements of your application will remain in the
language of the operating system.-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-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to Ger
- 2022-02-15 16:05:13下载
- 积分:1