Page 1 of 1
Tutorial about OLE
Posted: Sat Mar 25, 2006 8:52 pm
by Ehab Samir Aziz
onle the command syntax of createoleobject found in the help,So where can I find tutorial about OLE even in the help files ?
Posted: Mon Mar 27, 2006 12:53 pm
by Antonio Linares
Ehab,
OLE and ActiveX are quite complex issues, but FWH makes it quite simple:
OleGetProperty( hOLE, cPropertyName, [index1], ... [indexN] ) --> uvalue
OleSetProperty( hOLE, cPropertyName, uValue )
OleInvoke( hOLE, cMethodName, [param1], ... [paramN] ) --> uValue