Visual Components' Community

New Thinking for Factory Simulation
Welcome to Visual Components' Community Sign in | Help
in Search

Visual Basic: How to set up the programming environment in Visual Studio

Last post pe, elo 15 2008 13:57 by Janne. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • pe, elo 15 2008 13:57

    • Janne
    • Top 10 Contributor
    • Joined on pe, helmi 22 2008
    • Visual Components HQ
    • Posts 21

    Visual Basic: How to set up the programming environment in Visual Studio

    Open Visual Studio

    1. choose either Visual Basic windows Forms Application, Class Library or  Console Application as your application type. For early testing I suggest choosing console application.
    2. choose project -> applicationName Properties (its the last one on the list)
    3. Select the References tab and click Add...
      Tip:
      you can shift select many items in the next window to select many at time. Next time you use it you can speed up browsing by clicking recent tab instead of com
      1. in the  select COM tab of the Add Reference window
      2. Browse for Components starting with Visual Components and select at least:
        • Visual Components 3DCreate Type Library
        • Visual Components COM Library
        • others if you need commands related to interfaces
      3. click OK

    You can now start writing code in the code tab code window. The intellisense system should now know of the com libraries so when you type for instance vc3 it should automatically suggest vc3DCreate.

    That's it your now ready to start out with your first piece of VB COM code.

Page 1 of 1 (1 items)