Postby ConvertFromOldNGs » Fri Aug 07, 2009 11:11 am
by JADE News Administrator >> Thu, 29 Oct 1998 1:06:00 GMT
Rob,
You can use the MickeySoft Ole - Com object Viewer which is one of the tools in the platform SDK (or Visual Studio etc.). This tool allows you to view all registered COM interfaces, view type information which includes methods, properties, constant enumarations and embedded help etc.
Note: JADE does not currently support importing all categories of COM objects; One restriction is that it must be a control (not all COM objects are instantiated as controls). If the COM object is not shown in the import Active-X control dialog from painter then it is not directly supported by JADE. One way around the JADE restrictions is to build an Active-X wrapper control which imports the COM object, exports a JADE friendly interface and delegates the operations to the aggregate object.