代码搜索:AddIn
找到约 533 项符合「AddIn」的源代码
代码结果 533
www.eeworm.com/read/157158/11736233
cpp addin.cpp
// Addin.cpp : Implementation of CAddin
#include "stdafx.h"
#include "WordSpy.h"
#include "Addin.h"
/////////////////////////////////////////////////////////////////////////////
// CAddin
BY
www.eeworm.com/read/157158/11736244
h addin.h
// Addin.h : Declaration of the CAddin
#ifndef __ADDIN_H_
#define __ADDIN_H_
#include "resource.h" // main symbols
#import "C:\Program Files\Common Files\Designer\MSADDNDR.DLL" raw_inter
www.eeworm.com/read/229931/14311799
h addin.h
#if !defined(AFX_ADDIN_H__DA47B85E_0A76_47A2_BD21_FDD2E2D77F5F__INCLUDED_)
#define AFX_ADDIN_H__DA47B85E_0A76_47A2_BD21_FDD2E2D77F5F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/229931/14311842
cpp addin.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/226454/14467966
h addin.h
//
// F1AddIn.h
//
// Declarations for the C++ Add-In API for Formula One ActiveX version 6.1.
//
// Copyright (C) 1999 by Tidestone Technologies, Inc. All rights reserved.
//
#ifndef __F1AD
www.eeworm.com/read/226454/14467973
cpp addin.cpp
#include
#include "addin.h"
#include "FinReport.h"
//////////////////////////////////////////////////////////////////////////////
// These strings provide the name and description of t
www.eeworm.com/read/223885/14614644
gif addin.gif
www.eeworm.com/read/120483/14801999
bas addin.bas
Attribute VB_Name = "modAddIn"
Option Explicit
Declare Function WritePrivateProfileString& Lib "Kernel32" Alias "WritePrivateProfileStringA" (ByVal AppName$, ByVal KeyName$, ByVal keydefault$, ByV
www.eeworm.com/read/119738/14823551
bas addin.bas
Attribute VB_Name = "AddIn"
Public Sub Register()
Dim MyDoc As With_Class.Document
Set MyDoc = ActiveDocument
MyDoc.RegisterAddIn "MyFile.dat", "MyCommand", "Menu Text"
MsgBox ("Registered MyAddi
www.eeworm.com/read/12863/249370