Scott,
Check out these steps below - they may help.
To register the Common Dialog Control:
1/ Create a Folder - named say myOCX in the root directory.
2/ UnZip the download into myOCX - you will see the LlamaDialog.ocx file
3/ From the Windows taskbar select Start-->Run and type regsvr32 "C:\myOCX\LlamaDialog.ocx
4/ You should receive a confirmation message the ocx is now registered.
To use the LLamaDialog.ocx
1/ Open ICAD and type VBA to open the IDE.
2/ Select the new drawing name (Drawing 1) in the Project Window (upper left window)
3/ From the Pull Down menu select Insert-->userform
4/ you will see a new form and a ToolBox with a Controls tab
5/ Right click in the Controls tab area without selecting a control and a dialog will appear with "Additional Controls"
6/ Select Additional Controls and a dialog will appear - deselect Show - "Selected items only" tick box.
7/ Scroll down and select box adjacent to LlamaDialog.vbdComDialog - then OK
8/ You will now see a new icon on the ToolBox Controls tab
9/ Follow the rest of CADopia's requirements only use the vdbComDialog
10 Alter the code to all references to CommonDialog1 and substitute vbdComDialog1 e.g. CommonDialog1.InitDir = IntelliCAD.Path must be changed to vbdComDialog1.InitDir = IntelliCAD.Path - you can do this using Edit--> Replace there are 10 references that need altering.
I haven't tried to use the code however Michael has got it working and he may be able to assist you further.
------------------
Regards
John Finlay
Don't want to post a question - email me direct on john@acecad.com.au
[This message has been edited by John Finlay (edited 10-24-2001).]