@... ACTIVEX
Creates an ActiveX control
  

An Activex controls are many Microsoft Windows applications of plug-ins

SYNTAX

Standard Syntax:

@ <nRow>,<nCol> ACTIVEX <ControlName>
[ OF | PARENT <
ParentWindowName> ]
WIDTH <
nWidth>
HEIGHT <
nHeight>
PROGID <
cProgId>
EVENTMAP <
aEvents> ] ;
CLIENTEDGE ]



Alternate Syntax:

DEFINE ACTIVEX <ControlName>
      <PropertyName> <
PropertyValue>
      <...>
END ACTIVEX

DESCRIPTION:

nRow, nCol
Position in the area of ??the window in pixels.
ControlName
A reference to the Activex Control
ParentWindowName
A reference to the Parent Window.
nWidth, nHeight
The desired size of the Activex Control in pixels.
cProgId
The Program ID identifier of this Control



EXAMPLE:

See demos in :
       
\Samples\Basic\Activex\

,