代码搜索结果

找到约 10,000 项符合 Automation 的代码

tester.cpp

// Tester.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "Tester.h" #include #include "Mobile_i.c" #include "safe_defs.h" #include

21422.html

请问:小吴与vb高手 "Class does not Support Automation or does not support expected interface"

mycoolapp.cpp

// MyCoolApp.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "MyCoolApp.h" #include "MainFrm.h" #include "ChildFrm.h" #include "MyCoolAppDoc.h" #inclu

mycoolapptestclient.cpp

// MyCoolAppTestClient.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "MyCoolAppTestClient.h" #include "MyCoolAppTestClientDlg.h" #ifdef _DEBUG #defin

21422.html

请问:小吴与vb高手 "Class does not Support Automation or does not support expected interface"

tmxjepg.cpp

// TmXJEpg.cpp : implementation file // #include "stdafx.h" #include "TmEpg.h" #include "TmXJEpg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;

238.txt

VBScript 错误信息 Microsoft® Visual Basic® Scripting Edition VBScript 错误信息 语言参考 错误代码 信息 3 Return Without GoSub 5 无效的过程调用或参数 6 溢出 7 内存不够 9 下标越界 10 数组长度固定或临时锁定 11 被零除

怎样调用画笔的功能.txt

画 笔 软 件 没 有 提 供 类 似 DDE、 Automation之 类 的 接 口 , 你 要 用 程 序 加 以 调 用 可 以 通 过 SendKeys语 句 模 拟 键 盘 操 作 , 如 : Shell "pbrush.exe", vbNormalFocus For n = 0 To 50000: DoEvents: Next ' 延 时 A