资源简介
简易QQ mfc实现源码(学习使用的简单版本)
支持tcp,udp.聊天功能ok。 请下载前注意:视频抓取功能有问题
代码片段和文件信息
// MyQQ.cpp : Defines the class behaviors for the application.
// Download by http://www.codefans.net
#include “stdafx.h“
#include “MyQQ.h“
#include “MyQQDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMyQQApp
BEGIN_MESSAGE_MAP(CMyQQApp CWinApp)
//{{AFX_MSG_MAP(CMyQQApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMyQQApp construction
CMyQQApp::CMyQQApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMyQQApp object
CMyQQApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CMyQQApp initialization
BOOL CMyQQApp::InitInstance()
{
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return FALSE;
}
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CMyQQDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-02-01 15:33 MyQQ mfc实现源码(学习使用的简单版本)\
目录 0 2015-02-01 15:33 MyQQ mfc实现源码(学习使用的简单版本)\Debug\
文件 9994 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\cl.command.1.tlog
文件 130546 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\CL.read.1.tlog
文件 6754 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\CL.write.1.tlog
文件 2 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\li
文件 2 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\li
文件 6642 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\li
文件 20822 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\li
文件 5278 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\li
文件 2990 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\mt.command.1.tlog
文件 2870 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\mt.read.1.tlog
文件 394 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\mt.write.1.tlog
文件 116224 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ.exe
文件 667 2014-11-17 14:40 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ.exe.em
文件 732 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ.exe.em
文件 381 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ.exe.intermediate.manifest
文件 1298120 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ.ilk
文件 79 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ.lastbuildstate
文件 1261 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ.log
文件 27362 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ.obj
文件 20512768 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ.pch
文件 4180992 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ.pdb
文件 3348 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ.res
文件 177045 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQDlg.obj
文件 204 2014-11-17 14:40 MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ_manifest.rc
文件 4650 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\rc.command.1.tlog
文件 13058 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\rc.read.1.tlog
文件 2370 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\rc.write.1.tlog
文件 558217 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\StdAfx.obj
文件 2182144 2015-02-01 15:31 MyQQ mfc实现源码(学习使用的简单版本)\Debug\vc100.idb
............此处省略22个文件信息
相关资源
- FTP客户端与服务器的MFC实现
- 基于UDP协议的聊天程序 MFC环境下的
- MFC简单邮件收发系统
- 生产者消费者问题源码-MFC实现-进程模
- MFC电子邮箱
- MFC写的学生宿舍管理系统
- MFC网络聊天工具
- 基于MFC实现的远程视频监控系统源代
- 完整版扫雷游戏
- VC实现录音实时显示波形
- 计算机图形学大作业参考代码(VC版)
- 获取屏幕上鼠标的位置坐标及其RGB颜
- 《Visual C++ MFC棋牌类游戏编程》的源代
- 计算器MFC+VC++
- dota连连看MFC源码
- 学生管理系统 mfc 数据库 c++
- C++ MFC 餐厅点菜管理系统
- skin界面库资源.rar
- mfc实现八皇后问题
- (VC)MFC Skinsharp换肤套装(lib+dll+h+编
- MFC邮件收发器 SMTP POP3
- MFC换肤非常方便
- vc++mfc经典数字图像处理程序
- VC/MFC多页浏览器源代码
- mfc配合listbox操作数据库
- 经典 MFC 界面组件库
- 简单浏览器设计,MFC实现
- MFC多线程编程实例120658
- C++ MFC实现的字符点阵转换工具
- 用MFC做的图书管理系统
评论
共有 条评论