by
Krull >> Thu, 30 Dec 1999 2:53:28 GMT
Indeed - it's on both my dev machine and the server, but not on a fresh install of Win 2000, so I'm not at all sure either. I would give it a try, but I can't find anywhere in the Jade documentation or the website any details on importing OCXs. I suspect I'm looking in the wrong places. You wouldn't happen to know of any reference material anywhere that summarises the import procedure?
Thanks for your help!
Importing an Active-X control (or OCX) into JADE is quite easy. Just fire up the painter and select 'Import ActiveX Control' from the File menu, which brings up a dialog that allows you to add/register/unregister active-x controls. This is documented in chapter 5 of the JADE developer's reference manual. Active-x controls imported into JADE are added to the control toolbar (and add control list) in painter and can be dropped onto a form and used in a similar manner to other controls.
If you haven't used the MS OLE/COM object viewer that comes with VC++ and the platform SDKs, it is quite handy for discovering the plethora of COM objects that get installed on you machine over time and allows you to view the type library for an interface. This is useful if you don't have any external documentation since you can look at stuff such as enumerations and embedded help strings that are not currently imported into JADE. Viewing the type library for the MS Comm control reveals that the help file is comm98.chm, a compiled html file, which I guess we can assume gets installed along with the control. The help file provides an example of how to use the control from VB.
regards
Krull
Dulce Periculum (family motto)