代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392036/8366239
cpp adoconn.cpp
// ADOConn.cpp: implementation of the ADOConn class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HosptialMan.h"
#include "ADOConn.h"
www.eeworm.com/read/392036/8366240
h hosptialmandlg.h
// HosptialManDlg.h : header file
//
#if !defined(AFX_HOSPTIALMANDLG_H__C04FA282_AFCA_47BA_8052_8CF43C40E146__INCLUDED_)
#define AFX_HOSPTIALMANDLG_H__C04FA282_AFCA_47BA_8052_8CF43C40E146__INCLUD
www.eeworm.com/read/192685/8366241
txt 怎样对经调用api函数globalalloc及globallock得到的内存块进行读写操作.txt
GlobalLock返 回 一 个 指 针 , 可 惜 的 是 VB不 能 象 C那 样 使 用 强 制 类 型 转 换 。 你 可 以 使 用 Windows API的 MoveMemory、 CopyMemory等 函 数 进 行 读 写 。
www.eeworm.com/read/392036/8366242
h usereditdlg.h
#if !defined(AFX_USEREDITDLG_H__A8FBF217_B291_4BCF_9441_1AC2C9C01971__INCLUDED_)
#define AFX_USEREDITDLG_H__A8FBF217_B291_4BCF_9441_1AC2C9C01971__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endi
www.eeworm.com/read/392036/8366243
h registration.h
// Registration.h: interface for the CRegistration class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_REGISTRATION_H__AFBB26E0_4283_4021_BF2A_0F9E88
www.eeworm.com/read/392036/8366244
h patmandlg.h
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_PATMANDLG_H__B70D4770_068A_476E_AB93_FA8B7C252763__INCLUDED_)
#define AFX_PATMANDLG_H__B70D4770_068A_
www.eeworm.com/read/192685/8366245
txt 如何在执行exwindowsex()之前,断开一切网络连接.txt
这个问题很好解决,在EXITWINDOWSEX函数中同时使用SHUTDOWN和FORCE,就能强行关机。
a = ExitWindowsEx(EWX_SHUTDOWN + EWX_FORCE, 0),其中EWX_SHUTDOWN=1,EWX_FORCE=4,合起来使用能强行关闭计算机而没有任何提示。
www.eeworm.com/read/292231/8366246
h cjdockbar.h
// CJDockBar.h : header file
//
// This code may be used in compiled form in any way you desire. This
// file may be redistributed unmodified by any means PROVIDING it is
// not sold for prof
www.eeworm.com/read/392036/8366247
cpp regeditdlg.cpp
// RegEditDlg.cpp : implementation file
//
#include "stdafx.h"
#include "HosptialMan.h"
#include "RegEditDlg.h"
#include "PatEditDlg.h"
#include "Registration.h"
#include "PatientSelectionDlg
www.eeworm.com/read/192685/8366248
txt 如何接受从其它程序中拖来的文字.txt
记 事 本 不 支 持 你 说 的 拖 放 文 字 的 功 能 , 不 是 所 有 程 序 都 支 持 你 说 的 功 能 。 你 可 以 在 VB中 建 立 一 个 标 准 EXE程 序 , 在 Form上 放 置 一 个 文 本 框 , 将 MultiLine属 性 设 置 为 True, 将 文 本 框 的 OLEDropMode设 置 为 2。 然 后 在 OLEDragDrop事 件 中