MS FrontPage:
oFP = CreateObject("FrontPage.Application")
MS Access:
oAccess = CreateObject("Access.Application")
MS Graph:
oGraph = CreateObject("MSGraph.Application")
下面一些是不太常见的对象:
AccPac Advantage Corporate:
oAccPac=CreateObject("ACCPAC.xapiSession")
AccPac Report Master for Windows:
oImpApp=CreateObject("Impromptu.Application.30")
BarTender:
oBarTender = CreateObject("BarTender.Application")
CrystalReports:
oCRApplication = createobject ("CrystalRuntime.Application") This doesn't invoke an IDE actually.
EUDORA:
oEud = CreateObject("Eudora.EuApplication.1")
FaxMaker:
oFax = CREATEOBJECT("fmfaxapi.application")
GroupWise:
oGroupWise = CreateObject("NovellGroupWareSession")
LotusNotes:
oNotes = CreateObject("Notes.NotesSession")
oNotes = CreateObject("Notes.NotesUIWorkspace")
oNotes = CreateObject("Lotus.Notessession") (Domino 5.0.3)
MS Common Dialog:
oCommmonDialog = CreateObject("MSComDlg.CommonDialog") && !!! You can't directly create this object without a development licence, so for dynamically doing it on another machine, see below. -- PeterCrabtree
MS Internet Explorer:
oIE = CreateObject("InternetExplorer.Application") IEAutomationExample
MS MapPoint:
oMapPoint = CreateObject("MapPoint.Application")
MSN Messenger:
oMessenger = CREATEOBJECT("MSNMessenger.MessengerApp")
MS NetMeeting: oNetMeeting=CREATEOBJECT("netmeeting.app.1")
MS Outlook: oOutlook = CreateObject("Outlook.Application")
MS Outlook Express: None - It is not a COM server!
MS PowerPoint: oPP = CreateObject("PowerPoint.Application")
MS Project: oProj = CreateObject("msProject.Application")
MS SourceSafe: oVSS = CreateObject("SourceSafe.0")
MS Word: oWord = CreateObject("Word.Application")
MS Visio: oVisio = CreateObject("Visio.Application")
MS VisualBasic: 不知道,网站也没有登记出来。
MS VisualCPlusPlus: (VC++) oCpp = CreateObject("MSDev.Application")
MS VisualFoxpro: oVFP = CreateObject("VisualFoxPro.Application")
MS WindowsScriptingHost: oWSH = CreateObject("WScript.Shell")