代码搜索:CString

找到约 10,000 项符合「CString」的源代码

代码结果 10,000
www.eeworm.com/read/134398/13992829

cpp crypt.cpp

// Crypt.cpp: implementation of the CCrypt class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Personnel.h" #include "Crypt.h" #ifd
www.eeworm.com/read/236845/13995703

cpp favoritesfrm.cpp

/* * Copyright (C) 2001-2003 Jacek Sieka, j_s@telia.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ
www.eeworm.com/read/134131/14005104

h rsaa.h

#if !defined(AFX_RSAA_H__081D9EE0_1245_11D5_80AC_0000E8810675__INCLUDED_) #define AFX_RSAA_H__081D9EE0_1245_11D5_80AC_0000E8810675__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VE
www.eeworm.com/read/134131/14005111

h rsawang1.h

#if !defined(AFX_RSAA_H__081D9EE0_1245_11D5_80AC_0000E8810675__INCLUDED_) #define AFX_RSAA_H__081D9EE0_1245_11D5_80AC_0000E8810675__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VE
www.eeworm.com/read/236465/14014934

cpp fileoperate.cpp

#include "StdAfx.h" #include "FileOperate.h" //功能:构造函数制造主目录 CString strTmpPath; int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lpData) { TCHAR szDir[MAX_PATH]; sw
www.eeworm.com/read/236465/14014940

cpp mytime.cpp

#include "StdAfx.h" #include "MyTime.h" CMyTime::CMyTime() { ValueTime=CTime::GetCurrentTime(); } CString CMyTime::GetAllString(BOOL blnChinese) { CString str; if(blnChinese) str=ValueT
www.eeworm.com/read/236465/14015122

h fileoperate.h

//使用说明: //1.在整个程序中如果使用了CFileDialog时将Flags设置为OFN_NOCHANGEDIR //2.此类的书写并不完善,有待改进 //---------------------------------------------------------设计人:牛文平 extern int CALLBACK BrowseCallbackProc(HWND hwnd,
www.eeworm.com/read/236465/14015143

h myprint.h

//功能:实现简单的打印 //---------------------------------------------------设计人:牛文平 class CMyPrint { public: //构造函数 CMyPrint(); //返回指针 CDC* GetMyCdc(); //人为的选择打印机 //可以在注册表HKEY_CURRENT_USER\Print
www.eeworm.com/read/236465/14015146

h myexcel.h

//使用说明: //此类的设计方便了VC对EXCEL的操作。主要功能如下: // A.打开EXCEL文档进行修改和保存 // B.新建EXCEL文档进行操作存储 // B.读取和填写EXCEL中的数据 // C.设置EXCEL中边框的参数 // D.设置EXCEL中背景颜色的参数 // E.打印和预览 // F.自动回收内存 // G.在显示之后,此类将自动关闭不能进行其它相关的 ...
www.eeworm.com/read/236465/14015148

cpp gload.cpp

#include "stdafx.h" #include "Gload.h" CFont ftButton; CFont ftHeader; CFont ftPart; CFont ftReport; CFont ftBottom; CString strfileName;