oObj:=TActiveX():New( oWnd, ProgID, 0, 0, 0, 0 )
oObj:AboutBox()
it's work fine.
now i'm trying use this:
oObj:=ToleAuto():New( ProgID )
erro here -> oObj:AboutBox()
i try too
oObj:Invoke("AboutBox")
too erro
i try too
OleInvoke( oObj:hObj, "AboutBox")
and
Oleinvoke( oObj, "AboutBox" )
what did i wrong ?