代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392036/8366259
cpp dataformatdisp.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/292231/8366260
cpp coolbar.cpp
////////////////////////////////////////////////////////////////
// CCoolBar 1997 Microsoft Systems Journal.
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who
www.eeworm.com/read/192685/8366261
txt 何处能查到在调用win32的api函数时需要的常量的值.txt
vb6在 WinApi目 录 中 有 个 win32api.txt文 件 。 VB6在 Microsoft Visual Studio\Common\Tools\Winapi目 录 中 有 这 个 文 件 。 其 中 包 括 了 常 数 定 义 。 另 外 , 选 择 “ 开 始 ” 菜 单 中 的 API浏 览 器 也 可 以 找 到 这 些 常 数 。
www.eeworm.com/read/392036/8366262
h payitemsdlg.h
#if !defined(AFX_PAYITEMSDLG_H__65DEA873_ED66_4439_84F7_77D390214472__INCLUDED_)
#define AFX_PAYITEMSDLG_H__65DEA873_ED66_4439_84F7_77D390214472__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endi
www.eeworm.com/read/292231/8366263
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__7
www.eeworm.com/read/392036/8366264
cpp global.cpp
// Global.cpp: implementation of the CGlobal class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HosptialMan.h"
#include "Global.h"
#
www.eeworm.com/read/292231/8366265
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : CJ60Lib
========================================================================
www.eeworm.com/read/192685/8366266
txt 如何得到对话框控件中的确定和取消按钮被按下的信息.txt
你 必 须 直 接 调 用 API函 数 GetOpenFileName 等 , 然 后 指 定 钩 子 函 数 lpfnHook( 利 用 VB的 AddressOf获 得 作 为 钩 子 函 数 的 VB过 程 的 地 址 ) 。 这 要 求 你 对 Windows API比 较 熟 悉 。
不 过 , 也 可 以 考 虑 设 置 CancelError属 性 为 False, 这
www.eeworm.com/read/392036/8366267
h regeditdlg.h
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datacombo.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_REGEDITDLG_H__DE85574D_D37F_4141_A916_C154946587BD__INCLUDED_)
#define AFX_RE
www.eeworm.com/read/192685/8366268
txt textout 函数如何控制字体.txt
TEXTOUT 函 数 本 身 无 法 控 制 字 体 。 在 API中 , 如 果 要 改 变 输 出 的 字 体 , 必 须 在 调 用 文 字 输 出 函 数 之 前 调 用 SelectObject选 择 字 体 对 象 。 而 字 体 对 象 通 常 是 CreateFontIndirect等 函 数 创 建 的 。