代码搜索:UpdateData
找到约 2,738 项符合「UpdateData」的源代码
代码结果 2,738
www.eeworm.com/read/125120/14512757
cpp gshi.cpp
// Gshi.cpp : implementation file
//
#include "stdafx.h"
#include "jeah_data.h"
#include "Gshi.h"
#include "sqltypes.h"
#include "sql.h"
#include "sqlext.h"
#include "MsgeBox.h"
#ifdef _D
www.eeworm.com/read/125120/14512793
cpp shhao.cpp
// Shhao.cpp : implementation file
//
#include "stdafx.h"
#include "jeah_data.h"
#include "Shhao.h"
#include "MsgeBox.h"
#include "sqltypes.h"
#include "sql.h"
#include "sqlext.h"
//HST
www.eeworm.com/read/221710/14727491
cpp mymodemdlg.cpp
// MyModemDlg.cpp : implementation file
//
#include "stdafx.h"
#include "MyModem.h"
#include "MyModemDlg.h"
#include "DBFEngine.h"
CDbFile g_dbf;
int g_nFirst=0;
BYTE g_sFirst=0;
char c
www.eeworm.com/read/121935/14729123
cpp ecfiledlg.cpp
// ecfileDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ecfile.h"
#include "ecfileDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/219630/14872749
cpp dlge.cpp
// DlgE.cpp : implementation file
//
#include "stdafx.h"
#include "finalhomework.h"
#include "DlgE.h"
//#include "forlogin.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c
www.eeworm.com/read/116455/14969495
cpp ecfiledlg.cpp
// ecfileDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ecfile.h"
#include "ecfileDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/115745/15002799
cpp reportwzdfield.cpp
// ReportWzdField.cpp : implementation file
//
#include "stdafx.h"
#include "resource.h"
#include "ReportWzdField.h"
#include "ReportWizard.h"
#include "CommonRs.h"
#ifdef _DEBUG
#undef TH
www.eeworm.com/read/115564/15010055
txt vc下com的server和client编程实现 .txt
介绍
这里主要是对COM在VC下的实现过程作个介绍,使大家对用VC来进行COM编程有个初步的了解。本例子以银行一个用户(Account)的存钱(Deposit)和取钱(Withdraw)简单模型用COM来具体实现。
正文
VC++ 下 COM 编程
对COM规范在这儿就不介绍了,这里主要是对COM在VC下的实现过程作个介绍,使大家对用VC来进行COM编程有个初步的了解。本例子以 ...