The information in this article applies to:
SUMMARYMicrosoft Visual Basic for Windows can link to a number of Windows applications through dynamic data exchange (DDE). Visual Basic can also, through the addition of custom controls, link to other Windows-based applications through OLE. Custom controls for OLE support are provided with the Microsoft Professional or Enterprise Editions of Visual Basic for Windows, available from Microsoft End User Sales and Service or from your nearest dealer of Microsoft products. MORE INFORMATION
Visual Basic has built-in support for DDE. Visual Basic can link and share
information with any other Windows-based application that also supports
DDE.
Visual and Basic and DDE A Visual Basic application can also use OLE to link with any other Windows application that supports OLE. OLE controls are not built into Visual Basic itself, but are readily available through the Microsoft Professional or Enterprise Editions of Visual Basic for Windows, available from Microsoft End User Sales and Service or your nearest Microsoft dealer. A more challenging approach to obtain OLE support is to write your own custom control. With the Visual Basic Control Development Kit (CDK), along with either the Microsoft Windows Software Development Kit (SDK) and Microsoft Visual C++, you can create a custom control that supports OLE and add it to your Visual Basic application. Below is a list of applications for Microsoft Windows and their abilities to support DDE and/or OLE:
Keywords : kbVBp400 kbGrpVB IAPOLE IAPDDE |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |