|
-
October 23rd, 2001, 01:33 AM
#1
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
-
October 23rd, 2001, 02:07 AM
#2
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
-
October 23rd, 2001, 02:53 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|