代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/288358/8640847
cpp recordcombobox.cpp
// RecordComboBox.cpp : implementation file
//
#include "stdafx.h"
#include "源程序.h"
#include "RecordComboBox.h"
#include "RainFunction.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/288358/8640864
cpp recordeditbox.cpp
// RecordEditBox.cpp : implementation file
//
#include "stdafx.h"
#include "源程序.h"
#include "RecordEditBox.h"
#include "RainFunction.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/288196/8647955
cpp gethash.cpp
// GetHash.cpp: implementation of the GetHash class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "GetHash.h"
#include "MD5Checksum.h"
www.eeworm.com/read/288178/8648977
cpp string.cpp
#include "StdAfx.h"
#include "String.h"
CString Data2HexString ( char *data, int size, int nBytesPerLine/*=16*/ )
{
CString csHexString, csTemp;
for ( int i=0; i
www.eeworm.com/read/387443/8675970
cpp timedlg.cpp
// timeDlg.cpp : implementation file
//
#include "stdafx.h"
#include "time.h"
#include "timeDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/386942/8716832
cpp neighbordlg.cpp
// NeighborDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Neighbor.h"
#include "NeighborDlg.h"
#include "DirectDriver.h"
#include "LocalNameDlg.h"
#include "HostNameDlg.h"
#i
www.eeworm.com/read/287120/8719780
txt vc5.txt
(54)如何更新翻转背景颜色的文本
调用CDC:: SetBkmode并传送OPAQUE用当前的背景颜色填充背景,或者调用CDC::SetBkMode并传送TRANSPAARENT使背景保持不变,
这两种方法都可以设置背景模式。下例设置背景模式为TRANSPARENT,可以两次更新串,用花色带黑阴影更新文本。黑色串在红色
串之后,但由于设置了背景模式仍然可见。
void CSa ...
www.eeworm.com/read/286162/8785679
cpp hanoiview.cpp
// HanoiView.cpp : implementation of the CHanoiView class
//
#include "stdafx.h"
#include "Hanoi.h"
#include "HanoiDoc.h"
#include "HanoiView.h"
#include "DlgOption.h"
#include "mmsyste
www.eeworm.com/read/385644/8795120
cpp calculation.cpp
// Calculation.cpp: implementation of the CCalculation class.
// Made by Gamsn in 10.26.2005
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "
www.eeworm.com/read/385459/8804044
cpp lhwy.cpp
// lhwy.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "lhwy.h"
#include "lhwyDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha