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
Printable View
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
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/...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
Thanks a lot.
Reagrds,
Lalitha