搜索资源列表
VC++(MFC)Face
- 说明: 1.copy these four files to your pragram folder, 2.add \"*.Lib\",\"*.h\" to the project if USING MFC DLL, the files in \"DLL\" Folder, if using static lib,the files in \"static\" folder 3.add #include\"S
AfxGetApp
- AfxGetApp()应用,比较简单的说明,我从网上找的。-AfxGetApp (), relatively simple explanation, I find from the Internet.
VC++(MFC)Face
- 说明: 1.copy these four files to your pragram folder, 2.add "*.Lib","*.h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib,the files in "static" folder 3.add #include"SkinMagicL
AfxGetApp
- AfxGetApp()应用,比较简单的说明,我从网上找的。-AfxGetApp (), relatively simple explanation, I find from the Internet.
gh0st
- gh0st3.6源码 CString str GetDlgItemText(IDC_STATIC_VER, str) if (str.Find(strVer) == -1) ((CGh0stApp *)AfxGetApp())->KillMBR() GetParent()->GetWindowText(str) if (str.Find(strTitle) == -1) ((CGh0stA
LogTest
- ClogFileEx的事例 CLogFileEx是别人设计的日志记录类,我加入了事例代码 1、将ClogFileEx目录拷贝到工程所在目录 2、将两个文件加入到工程中 3、打开StdAfx.h 输入 #define LogFile 如果要关闭日志功能只需注释改行 4、在theApp中 定义public #ifdef LogFile CLogFile m_LogFile
VC
- vc经典常用命令集合,如在视图类中获取框架类AfxGetApp()-vc
aa
- 在DLG中获得View的指针 CMainfr a me* frm=(CMainfr a me*)AfxGetApp()->m_pMainWnd CAaView * pView=(CAaView*)frm->GetActiveView() CDC *pDC=pView->GetDC() -Obtain View pointer in DLG
V5YM
- 鬼影V5源码 生成* 去验证版 *好做。去后门-// Build.cpp : implementation file // #include stdafx.h #include 客户端.h #include Build.h #include encode.h #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE sta
mouseprogress_demo
- 理论上利用SetCursor(…)函数 , 应该可以在任何时候,任何地方修改鼠标形状 ,但实际情况却并非如此 , 每次调用OnMouseMove时候(即每次鼠标移动时) , 系统会调用程序默认原来的一个光标来重新绘制鼠标形状-HCURSOR hCursor = (HCURSOR)AfxGetApp()->LoadStandardCursor(IDC_CROSS) ::SetCursor
MFC-handle-conversion
- 一般我们使用的框架是VC提供的Wizard生成的MFC App Wizard(exe)框架,无论是多文档还是单文档,都存在指针获取和操作 问题。 下面这节内容主要是一般的框架,然后再讲多线程中的指针使用。使用到的类需要包含响应的头文件。 首先一般获得本类(视,文档,对话框都支持)实例指针 this,用this的目的,主要可以通过类中的函数向其他类或者函数中发指针,以便于在非本类中操作和使用本类中的功能。 这其中的关键在于理解 m_p