摘要: 头文件#pragma once#include #include #include class CLoadNtDriver{public: CLoadNtDriver(); ~CLoadNtDriver(); BOOL pathIsFile(CString strPath); ... 阅读全文
posted @ 2015-03-23 21:35 Lthis 阅读(634) 评论(0) 推荐(0) 编辑
摘要: void showErrorInfo(UINT nErrCode, UINT nLine, LPCTSTR lpFuncName, UINT nType);/**************************************************************** // Fun... 阅读全文
posted @ 2015-03-23 21:14 Lthis 阅读(328) 评论(0) 推荐(0) 编辑
摘要: VS2013下测试// conselTest.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include int _tmain(int argc, _TCHAR* argv[]){ printf_s("行号:%d\n函数名:%s\n文件名:%s\n", ... 阅读全文
posted @ 2015-03-23 20:03 Lthis 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 一般来说,一个控件可以绑定两个变量。1.控件变量 2.常规变量所谓常规变量就是常用的int long DWORD CString等下面以Edit控件为例进行手动绑定操作一、绑定控件变量//1.头文件中 CEdit m_edtPath;//2.源文件中void CxxxxDlg::... 阅读全文
posted @ 2015-03-23 16:11 Lthis 阅读(858) 评论(0) 推荐(0) 编辑