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

    Need to automate VB projects build

    Hi,

    I am writing a VB application that picks up a list of other VB projects and build those.

    Could you pl. suggest me the object exposed by VB for building a VB project.

    Thanks and Regards,
    Lalitha


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: Need to automate VB projects build

    The only way to get a refference to the VBIDE is using an AddIn. You can however compile your project using the command line, enabling you to shell them from your vb propgram. I looked up a reply from our good friend (rink) Chris Eastwood, http://www.codeguru.com/cgi-bin/bbs/...age=&view=&sb=.

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    Jul 1999
    Posts
    17

    Re: Need to automate VB projects build

    Thanks a lot.

    Reagrds,
    Lalitha


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