When I drop a certain OLE Object into an iFix picture, it takes on the properties and methods of FixOLEControl.
How do I get through the container to access the OLE object's properties?
I've tried using;
Dim myobj As Object
Set myobj = FixOLEControl1.Object
...but this just points me to IFIXObjectCollection.
How do I get through the container to access the OLE object's properties?
I've tried using;
Dim myobj As Object
Set myobj = FixOLEControl1.Object
...but this just points me to IFIXObjectCollection.