Index of /www001/src/ports/lang/opendylan/work/opendylan-1.0beta4/sources/ole/examples/sample-automation-controller

      Name                    Last modified       Size  Description

[DIR] Parent Directory 29-Apr-2007 13:49 - [TXT] Open-Source-License.txt 29-Oct-2004 21:45 1k [TXT] Open-Source-License...> 09-Aug-2008 13:04 0k [DIR] VB-version/ 09-Aug-2008 13:04 - [   ] control.dylan 29-Oct-2004 21:45 3k [TXT] control.dylan.html 09-Aug-2008 13:04 0k [   ] library.dylan 29-Oct-2004 21:45 1k [TXT] library.dylan.html 09-Aug-2008 13:04 0k [   ] sample-automation-co..> 29-Oct-2004 21:45 1k [TXT] sample-automation-co..> 09-Aug-2008 13:04 0k [   ] winmain.dylan 29-Oct-2004 21:45 4k [TXT] winmain.dylan.html 09-Aug-2008 13:04 0k

Functional Developer Example: Sample-automation-controller

Sample-automation-controller library


This project contains an example program that is a demonstration of a simple OLE Automation controller in Dylan, using the utility functions of the Dylan OLE-Automation library rather than the low-level Windows OLE API. The program issues commands to the companion program in the project sample-automation-server.

The OLE-Automation library is documented in the Functional Developer "OLE, COM, ActiveX and DBMS" reference manual.

Before running this program, first either start or register the server program (see its README file). Then when the controller is run, it connects to the server and displays a set of buttons. Clicking on one of the buttons causes the indicated action to be performed by the server. The "Quit" button terminates both programs.