Click to See Complete Forum and Search --> : Connecting External App


JoelB
December 7th, 1999, 04:58 PM
How do I call an external Application like Autodesk's Actrix Technical... I don't have any help files and no idea what are the events/properties/methods ...

HELP ! URGENT!

December 8th, 1999, 10:04 AM
You can run any program using Shell function or if that program is COM compliant you can make reference to its Object Library (in VB Project-References) and check all components from that Object Library.
Vlad

December 8th, 1999, 10:06 AM
You can run any program using Shell function or if that program is COM compliant you can make reference to its Object Library (in VB Project-References) and check all components from that Object Library with Object Browser.
Vlad