代码搜索:CString

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

代码结果 10,000
www.eeworm.com/read/387116/8705893

cpp recset.cpp

/************************************************************************************* Created by $$PROJ_AUTHOR$$ $$PROJ_COMMENT$$ ****************************************************************
www.eeworm.com/read/386933/8717995

cpp autocompl.cpp

//////////////////////////////////////////////////////////////// // VCKBASE -- August 2000 // Compiles with Visual C++ 6.0, runs on Windows 98 and probably NT too. // #include "stdafx.h" #include
www.eeworm.com/read/287120/8719764

txt vc2.txt

Visual C++ 4.0 Print对话中的Copise旋转按钮控件也有同样的问题:按下Up按钮时拷贝的数目减少,而按下Down 按钮时拷贝的 数目增加。 (43)为什么旋转按钮控件不能自动地更新它下面的编辑控件 如果使用旋转按钮的autu buddy特性,则必须保证在对话的标记顺序中buddy窗口优先于旋转按钮控件。从Layout菜单中选择Tab Order菜单项(或者 ...
www.eeworm.com/read/287116/8720186

txt vc中常用文件操作.txt

vc中常用文件操作(一) 各种关于文件的操作在程序设计中是十分常见,如果能对其各种操作都了如指掌,就可以根据实际情况找到最佳的解决方案,从而在较短的时间内编写出高效的代码,因而熟练的掌握文件操作是十分重要的。本文将对Visual C++中有关文件操作进行全面的介绍,并对在文件操作中经常遇到的一些疑难问题进行详细的分析。   1.文件的查找   当对一个文件操作时,如果不知道该文 ...
www.eeworm.com/read/286928/8737221

cpp comdebugdlg.cpp

// ComDemoDlg.cpp : implementation file // #include "stdafx.h" #include "ComDebug.h" #include "ComDebugDlg.h" #include //#include "hasp.h" #ifdef _DEBUG #define new DEBUG_NEW #un
www.eeworm.com/read/286339/8770885

cpp global.cpp

// Global.cpp: implementation of the CGlobal class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "AssetsMan.h" #include "Global.h" #
www.eeworm.com/read/385660/8793478

cpp infbuf.cpp

// InfBuf.cpp: implementation of the CInfBuf class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "cdatalink.h" #include "InfBuf.h" #
www.eeworm.com/read/385325/8809513

h at_queryras.h

#pragma once class AT_QueryRas { public: AT_QueryRas(void); ~AT_QueryRas(void); private: bool m_bA; bool m_bB; bool m_bX; bool m_bS; bool m_bQ; CStringArr
www.eeworm.com/read/385325/8809514

cpp at_queryras.cpp

#include "StdAfx.h" #include "AT_QueryRas.h" AT_QueryRas::AT_QueryRas(void) : m_bA(false) , m_bB(false) , m_bX(false) , m_bS(false) , m_bQ(false) { } AT_QueryRas::~AT_QueryRas(void) {
www.eeworm.com/read/428131/8891398

cpp pathcombobox.cpp

// PathComboBox.cpp : implementation file // #include "stdafx.h" #include "PathList.h" #include "PathComboBox.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[