Hi,
Two things come to mind...
1) The class is not createable because it doesn't have a front panel
container. Open it in the diagram with the "open automation reference"
function. Right click it to select a class, and create a control from it.
2) The non createable objects can be subclasses of another class. A top
level control might have some properties. These properties might include
objects that are not createable (directly) but have only meaning when they
are retreived from the top level control.
These properties might by references of the class type, but unfortunatly
sometimes the property returns a variant. These variants can be cast (using
the type cast function) to a (non createable) class. This does require
insight information (what class it sh
ould be), or lots of experiments (until
a property doesn't return errors).
Regards,
Wiebe.
"R.Rawer"
wrote in message
news:506500000008000000A97F0000-1042324653000@exchange.ni.com...
> How can I use "Non Creatable Objects" and their methods using Active
> X?
> (I Try to interface Adobe Acrobat. I con open the Acrobat (Reader)
> ActiveX control, but I need the functionality of Full Acrobat which I
> can find in the Type Library but are not creatable objects. How Can I
> use this functionality?)
>
> Cheers, Rainer