• 大小: 9.1MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-05
  • 语言: C/C++
  • 标签: QQ  mfc  tcp  通信  

资源简介

简易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\link-cvtres.read.1.tlog
     文件           2  2015-02-01 15:31  MyQQ mfc实现源码(学习使用的简单版本)\Debug\link-cvtres.write.1.tlog
     文件        6642  2015-02-01 15:31  MyQQ mfc实现源码(学习使用的简单版本)\Debug\link.command.1.tlog
     文件       20822  2015-02-01 15:31  MyQQ mfc实现源码(学习使用的简单版本)\Debug\link.read.1.tlog
     文件        5278  2015-02-01 15:31  MyQQ mfc实现源码(学习使用的简单版本)\Debug\link.write.1.tlog
     文件        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.embed.manifest
     文件         732  2015-02-01 15:31  MyQQ mfc实现源码(学习使用的简单版本)\Debug\MyQQ.exe.embed.manifest.res
     文件         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个文件信息

评论

共有 条评论