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!
Printable View
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!
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
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