OLE control program reference or link¶
Either an ole_id or a link_id (but not both) must be defined for any OLE control.
ole_id = “name”
The program reference of the OLE control or filename associated with an application.
The name takes the form:
“vendor.component.version | filename”
EXAMPLES
ole_id = “COMCTL.ListViewCtrl.1” |
List View |
ole_id = “MSCAL.Calendar.7” |
Calendar |
ole_id = COMMON_DLG_PROGID |
Microsoft Common Dialog Controls |
ole_id = “InetCtls.Inet.1” |
OLE Internet |
ole_id = “Wordpad.Document.1” |
WordPad |
ole_id = “COMCTL.Slider.1” |
Slider |
link_id = “name”
A link to an object that has another source, such as a Microsoft Excel spreadsheet or Microsoft Word. The object can be used like a normal embedded object, but the result will be saved in the other application. The Sculptor program merely displays the object.
No property file is required for controls that specify a link_id.
EXAMPLE
link_id = “file1.doc” |
Microsoft Word file |
RELATED TOPICS |