• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++实战源码-如QQ般隐藏的窗体(入门级实例261).zip

资源截图

代码片段和文件信息

// QQHide.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “QQHide.h“
#include “QQHideDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CQQHideApp

BEGIN_MESSAGE_MAP(CQQHideApp CWinApp)
//{{AFX_MSG_MAP(CQQHideApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CQQHideApp construction

CQQHideApp::CQQHideApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CQQHideApp object

CQQHideApp theApp;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      341436  2010-06-12 10:52  QQHide\QQHide.bmp
     文件        1038  2010-10-26 18:50  QQHide\QQHide.clw
     文件        2063  2007-08-21 15:44  QQHide\QQHide.cpp
     文件        4219  2010-06-12 11:22  QQHide\QQHide.dsp
     文件         535  2007-08-21 15:44  QQHide\QQHide.dsw
     文件        1324  2007-08-21 15:44  QQHide\QQHide.h
     文件        5180  2010-06-12 10:53  QQHide\QQHide.rc
     文件        4694  2010-06-12 11:22  QQHide\QQHideDlg.cpp
     文件        1381  2007-08-21 15:44  QQHide\QQHideDlg.h
     文件         683  2010-06-12 10:52  QQHide\resource.h
     文件         208  2007-08-21 15:44  QQHide\StdAfx.cpp
     文件        1054  2007-08-21 15:44  QQHide\StdAfx.h
     文件        1078  2007-08-21 15:44  QQHide\res\QQHide.ico
     文件         398  2007-08-21 15:44  QQHide\res\QQHide.rc2

评论

共有 条评论