CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 1999
    Location
    Israel
    Posts
    1

    Connecting External App

    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!


  2. #2
    Guest

    Re: Connecting External App

    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


  3. #3
    Guest

    Re: Connecting External App

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured