Tutorial about OLE

Post Reply
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

Tutorial about OLE

Post 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 ?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply