代码搜索结果
找到约 10,000 项符合
Automation 的代码
ex25c.def
; ex25c.def : Declares the module parameters for EX25C.DLL
;
LIBRARY EX25C
DESCRIPTION 'Ole Automation in a DLL'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA
stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#include
welcometodsp.c
// ********************************************
// Sample DSP application used to showcase GEL
// automation
// ********************************************
#include
void main()
04.1.1 classwizard.txt
4.1.1 ClassWizard
为了给视类添加鼠标左键按下消息的响应,读者可以像前面对框架类添加消息响应那样进行操作,但这里,再为读者介绍一种给类添加消息响应的方法,即利用ClssWizard工具来实现。 ClassWizard是Visual C++ 6.0中一个很重要的组成部分。它可以帮助我们创建一个新类,为己有类添加成员变量,添加消息和命令的响应函数,以及虚函数的重写。在 VC++开发 ...
disclaimer.txt
-DISCLAIMER
Yeager Automation is NOT responsible for any bodily injury or death as a result of malfunctioning hardware or software associated with YA software, includeing YA software itself. Altho
window.java
package window;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import automation.Automation;
import automation.Input;
public class Window extends JFrame implements A
sample.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Reference=*\G{28E68F91-8D75-11D1-8DC3-3C302A000000}#1.0#0#C:\WINDOWS\system32\opcdaa
dlgroot.cpp
// $$root$$.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "$$root$$.h"
#include "$$dlg_hfile$$.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FI
dlgroot.cpp
// $$root$$.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "$$root$$.h"
#include "$$dlg_hfile$$.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FI
dlgroot.cpp
// $$root$$.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "$$root$$.h"
#include "$$dlg_hfile$$.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FI