Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: OLE Automation


  
  OLE Automation in Netscape   (Site not responding. Last check: 2007-11-07)
Below is a description of the members which the automation object must support, and at the end of this document you will find an example ODL file to give you the more intimate details regarding the OLE aspects of the implementation.
In usual OLE Automation applications, the application will attempt to hide itself if not previously visible (not already running), and this may or may not be the behavior you wish your application to exhibit.
In usual OLE Automation applications, the applciation will attempt to hide itself if not previously visible (not already running), and this may or may not be the behavior you wish your applciation to exhibit.
www.graphcomp.com /info/specs/nets/oleapi.html   (3667 words)

  
 OLE Automation for C++ programmers
OLE automation, being the object-oriented component of Visual Basic, Microsoft’s script language of choice, is something that programmers in MS-dominated environments will find increasingly hard to ignore.
For OLE automation this GUID is mostly an annoying irrelevancy, as the object name and the name of the program or library that services it is quite enough to identify it.
OLE uses the information in the type library to work out how to build the proxy, so if a method is not listed here, or is not declared as in the right way, then using it in a remote client will bring disaster.
www.cgoakley.demon.co.uk /prog/oleaut.html   (4019 words)

  
 Health Management Technology: Move to the networked model with OLE Automation, DCOM - OLE in healthcare organization ...   (Site not responding. Last check: 2007-11-07)
OLE Automation also provides a cost-efficient use of computing resources to share and access information across a network.
OLE Automation provides an enabling technology for data and process communication that does not burden the network or client delivering the process.
Second, OLE Automation provides a framework to set a standard for the Common Object Model (COM), enabling users to create building blocks for application development and code that can be reusable.
www.findarticles.com /p/articles/mi_m0DUD/is_n10_v17/ai_18709515   (1061 words)

  
 New in PowerBuilder 5 - Inbound OLE Automation
By driven, we mean that any client program capable of OLE automation may create an instance of that type and read or write properties or invoke its methods.
OLE automation, while available for embedded and linked objects and for OLE Custom Controls, is not limited to visual controls.
The OLE Automation object PowerBuilder.Application exposes two methods which can be used to create the appropriate unique identifier (GUID - Globally Unique Identifier) and then to create a registry file that can be used to update the registry on the client machine.
www.techno-kitten.com /Changes_to_PowerBuilder/New_In_PowerBuilder_5/Inbound_OLE_automation/inbound_ole_automation.htm   (1098 words)

  
 Passing Structures in OLE Automation
OLE Automation does not allow structures to be passed as parameters.
Automation servers that work with standard controllers like Visual Basic can model a structure as an automation object or pass simple structures as a safearray of VT_UI1.
OLE Automation does not support passing structures as parameters to automation methods and properties.
support.microsoft.com /kb/122289/EN-US   (570 words)

  
 Using OLE Automation to Control WordPerfect
As with DDE automation using DDE Execute strings, in OLE Automation the program sending the commands is the client; the program receiving the commands and executing them is the server.
In OLE Automation circles the client is often referred to as the "controller," because it is controlling the operating of another application.
Another common task for OLE Automation is sending a variable to WPWin for use either in a macro or a merge.
gmccomb.com /vault/edge/ole.html   (822 words)

  
  32 — OLE Automation   (Site not responding. Last check: 2007-11-07)
Applications that are OLE automation servers have the capability to expose their objects through a series of properties and methods.
One of the most popular uses of OLE automation is to expose the capabilities of your application to the extent that your application becomes fully controllable from a general purpose OLE controller, such as Microsoft's Visual Basic.
OLE automation is a means of communication between OLE automation servers and OLE automation controllers using the OLE IDispatch interface.
thor.info.uaic.ro /~iasimin/rom/Automation.html   (2892 words)

  
 OLE Automation (Perl in a Nutshell, 2nd Edition)   (Site not responding. Last check: 2007-11-07)
OLE automation is a Microsoft technology based on COM that allows objects created by another application to be used and manipulated by a program through a common interface.
Automation is widely used by Active Server Pages (ASP) and CGI scripts to access data repositories, perhaps via ActiveX Data Objects (ADO).
Automation objects are represented in Perl as instances of Win32::OLE objects.
wziemer.cnsm.csulb.edu /perlCD/perlnut/ch23_01.htm   (724 words)

  
 WPU Forums - OLE (COM) Automation
This prevents you from compiling a macro on a machine where the OLE object has not been installed, the idea being that if the object is not installed, then the macro won't run properly either, and it is better to know at compile time rather than at run time.
I thought that the PerfectScript implementation of OLE automation was complete enough for something as simple as this seems, so long as this is supposed to be possible.
Unfortunately, registration of an OLE automation object usually involves 3-4 separate registry settings, and they are usually very difficult to locate, and there is not a complete cross-reference between these objects.
www.wpuniverse.com /vb/showthread.php?postid=35697   (4624 words)

  
 Win32::OLE - OLE Automation extensions
OLE Automation brings VisualBasic like scripting capabilities and offers powerful extensibility and the ability to control many Win32 applications from Perl scripts.
The current interface to OLE events should be considered experimental and is subject to change.
This variable is used to determine the codepage used by all translations between Perl strings and Unicode strings used by the OLE interface.
www.xav.com /perl/site/lib/Win32/OLE.html   (3725 words)

  
 Print - OLE/COM Automation and Scripting
In general, automation is the process through which one application uses the functionality that another application provides.
From a scripting perspective, automation is the process through which Perl, Visual Basic Script (VBScript), and other interpreted languages that support automation can access and control the functionality that an automation application or component exposes.
Application-based automation servers are applications (.exe files) that expose their functionality via automation interfaces in addition to performing their primary role that a GUI accesses.
www.windowsitpro.com /Articles/Print.cfm?ArticleID=4461   (3238 words)

  
 Milestones Professional OLE Automation
OLE Automation is a way for another program to control Milestones Professional.
Using OLE Automation, a program that you develop in Visual Basic can be used to automate schedule production using data from any source to which you have access.
Since OLE Automation works with any Visual Basic application, the possibilities are unlimited.
www.kidasa.com /information/articles/oleauto/automation.html   (115 words)

  
 Microsoft Office and OLE Automation Documentation Links   (Site not responding. Last check: 2007-11-07)
Automation (formerly known as OLE Automation) is the programmatic manipulation of any program or component based on certain rules following the Component Object Model (COM).
Automation was first pioneered and developed by Visual Basic and Office as a way to allow developers to extend and control the Office environment both internally and externally.
When you are automating Office and have a reference set to the type library for the Office application, you may unintentionally be using something called an "unqualified reference" in your code.
www.jinksinc.com /JTMOther/JTMAutomation.html   (9424 words)

  
 CodeGuru: An Introduction to OLE Automation with Visual Basic 6
To demonstrate how Automation works in Office XP I will be providing an Automation controller example that shows you how to control Microsoft Excel.
The key to successfully implementing an Automation controller for any of the Office XP applications is to name what it is that you want to accomplish and then find the entities in the OLE Automation interface for that Office application and program to that interface.
The Automation controller is a very simplistic application that simply dumps data into a Worksheet into the first column.
codeguru.earthweb.com /columns/VB/print.php/c6549   (1516 words)

  
 OLE Automation Class : Overview   (Site not responding. Last check: 2007-11-07)
The OLE Automation class enables you to invoke and communicate with an external application that supports OLE automation as a server.
This class is a nonvisual class although the automation application may provide visuals outside of the context of SAS/AF software.
Note: The OLE Automation class is available only on operating systems that support OLE, such as Microsoft Windows.
www.mtsu.edu:673 /sashtml/af/zautodes.htm   (127 words)

  
 OLE Automation   (Site not responding. Last check: 2007-11-07)
OLE Automation is based on fundamental object oriented programming ideas.
OLE Automation defines standard ways for an automation object to publish information about what methods and properties it supports.
Automation controllers also use this information to translate the methods and properties to human readable keywords.
www.cs.umd.edu /hcil/pda/thesis/pda/node14.html   (324 words)

  
 OLE Automation in JavaScript: What is OLE Automation?
OLE (Object Linking and Embedding) Automation allows applications to communicate, exchange data, and control one another.
An Automation object is an object that is exposed to other applications or programming tools through Automation interfaces.
The key to controlling an Automation application is a firm understanding of the application's object model.
www.webreference.com /js/column55/automation.html   (455 words)

  
 [Chapter 19] OLE Automation
OLE Automation is a method for a client program to control an OLE server.
Because there seemed to be little chance of convincing users to use a single language, the best solution was to make a way for any language to access the capabilities that an application chose to offer.
PerlScript also provides support for OLE events, which are a type of handler that get invoked when certain things happen, such as when the user clicks on a button in a browser.
members.fortunecity.com /adara7053jwnd/learn32/ch19_01.htm   (431 words)

  
 COM, OLE and Automation   (Site not responding. Last check: 2007-11-07)
OLE is a set of standard COM interfaces that enable users to create compound document by linking and embedding objects (components) into container applications, hence the name OLE.
Automation is an OLE technology, which enables third party applications to remotely control Office applications.
For example, using Automation interfaces, Puppeteer can adapt a large PowerPoint presentation by loading only a couple of slides, instead of the full presentation, before returning control to the user.
www.cs.toronto.edu /~delara/papers/usenix_win2000/html/node4.html   (202 words)

  
 kbAlertz: (107982) - AutoDll.exe demonstrates how to create a OLE automation inproc object.
AutoDll.exe implements a OLE automation inproc object (DLL server) called Hello that exposes one property, HelloMessage, and one method, SayHello.
Automation controllers use the IDispatch interface exposed by the Hello object to access its property and method.
The SIMPAUTO sample in the Software/Data library demonstrates the implementation of an automation object with the same methods and properties as AUTODLL, but which is an EXE.
www.kbalertz.com /kb_107982.aspx   (612 words)

  
 OLE automation primer (Page 3)
Using OLE automation, other applications can lend functionality and enhance your Notes applications, but watch for performance issues.
OLE automation is a wonderful thing, but it is a performance hog.
Now, this little bit of simple addition could have been done in Notes, but the idea is to get familiar with OLE automation and Excel.
www.dominopower.com /issues/issue199909/oleauto003.html   (447 words)

  
 [Chapter 19] 19.18 OLE Automation
Properties of automation objects are accessed via hash reference notation on the object.
Collections are special automation data types that contain an array of objects or data.
All automation data has to be coerced into a special type called a Variant.
www.slava.lutsk.ua /book/perl/perlnut/ch19_18.htm   (1601 words)

  
 Availability of the OLE Automation Fix for Windows 95/98
The OLE Automation fix is currently available for download from the Microsoft Windows Update Web site as a critical update.
The OLE Automation fix is recommended if you are using version 2.30.4267 of the Oleaut32.dll file.
NOTE: A separate OLE Automation fix for Windows 95/98 is not available for download from Microsoft's Web site (www.microsoft.com), but it is included in version 3165 of the VM.
support.microsoft.com /support/kb/articles/Q214/8/45.ASP   (209 words)

  
 Start Page: Imagenation for Windows OLE Automation   (Site not responding. Last check: 2007-11-07)
OLE Automation is a precursor to Microsoft's current ActiveX technology.
Although this is not true object-oriented programming, it does allow you to use virtually all the DDE API functionality through OLE Automation instead of having to use DDEML.
Make the help file easier to read, and learn about other resources that you can use to supplement the OLE Automation Help.
www.spicer.com /downloads/WebHelp/OLE/oleauto/start_pa.html   (208 words)

  
 OLE Automation Class : OLE Automation Class: _getReferenceId   (Site not responding. Last check: 2007-11-07)
The value returned is used in subsequent method calls where the OLE-supplied method requires an OLE object as one of its parameters.
The following example returns the reference identifier for the OLE automation object.
This identifier is then sent as a parameter value to an OLE-supplied method requiring an object identifier.
www.dnr.state.ak.us /ssd/whtest/sashtml/af/z0229724.htm   (108 words)

  
 OLE automation primer
This OLE automation primer will get you familiar with launching and manipulating another application from Notes using LotusScript.
OLE (Object Linking and Embedding) automation allows one application, called the OLE server, to use another application, called the OLE client, to do some work.
In our case, the OLE server will be Notes, and the OLE client will be Excel.
www.dominopower.com /issues/issue199909/oleauto001.html   (535 words)

  
 Business Wire: OsakaGas Uses OLE Automation Capabilities of HY... @ HighBeam Research
Now, through the OLE Automation capabilities of HYSYS, engineers can use a customized Excel spreadsheet to automatically perform these calculations for each process stream, as well as performing additional calculations that give engineers access to information that would otherwise be unavailable.
OLE Automation enables OLE-compliant applications to interact seamlessly with one another to create powerful hybrid programs that utilize the best capabilities of each application.
By incorporating OLE Technology and using a revolutionary component-based architecture, HYSYS can easily be updated to meet changing user requirements.
www.highbeam.com /library/doc0.asp?docid=1G1:50087138&refid=ink_tptd_g1   (468 words)

  
 Win32::OLE::Enum - OLE Automation Collection Objects   (Site not responding. Last check: 2007-11-07)
This module provides an interface to OLE collection objects from Perl.
method is not available in all implementations of OLE collections (like Excel 7).
Creates an enumerator for $object, which must be a valid OLE collection object.
www.xav.com /perl/site/lib/Win32/OLE/Enum.html   (269 words)

  
 OLE Automation in JavaScript
We have yet to talk about using OLE Automation in JavaScript (or to be exact, JScript).
In this column you will see how JavaScript can take advantage of the power of Automation to extend the capabilities of any server-side script.
They are packaged in ActiveX controls for the sake of ease of release and use.
www.webreference.com /js/column55   (291 words)

  
 Windows API Tutorials
This particular OLE object, SActiveDocument, can be used as a source of a few interfaces, one of them being IGenericDocument.
You might be a little confused if this is your first contact with OLE (an understatement!).
OLE objects on the left, OLE interfaces on the right.
www.relisoft.com /win32/auto.html   (1595 words)

  
 Working with COM objects from within T-SQL
The OLE Automation Stored Procedures, in other words, sp_OA procedures (where OA stands for OLE Automation), allow a connection, through T-SQL commands, to create and use Component Object Model (COM) based objects.
Each OLE Automation stored procedure returns an integer code that is the HRESULT returned by the underlying OLE Automation operation.
This stored procedure can be used to display the OLE Automation error information when error occurs.
www.mssqlcity.com /Articles/General/OleAutSP.htm   (1075 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.