Click to See Complete Forum and Search --> : Need to automate VB projects build


lalitha
October 23rd, 2001, 01:33 AM
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

Cakkie
October 23rd, 2001, 02:07 AM
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 (:drink) Chris Eastwood, http://www.codeguru.com/cgi-bin/bbs/wt/showpost.pl?Board=vb&Number=10365&page=&view=&sb=.

Tom Cannaerts
slisse@planetinternet.be

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

lalitha
October 23rd, 2001, 02:53 AM
Thanks a lot.

Reagrds,
Lalitha