David Edery
August 27th, 2001, 03:52 AM
Hello.
I'm trying to build a wrapper objects for the VB and VC
environments that will allow me to auto compile projects through
COM objects.
As for the VC part, no problem, i'm using the DSSharedObjects library and i create the MSDEV.Application object and there is no problem with it.
As for the VB part, i know the interface that should be used (VBIDE library) but no matter where i looked i didn't find the PROGID of the VB environment or somthing close to it.
If someone knows what is the PROGID of the class that should be used for creating the VB environment it would help allot (i really don't want to use the command line parameters).
Thanks.
David Edery
I'm trying to build a wrapper objects for the VB and VC
environments that will allow me to auto compile projects through
COM objects.
As for the VC part, no problem, i'm using the DSSharedObjects library and i create the MSDEV.Application object and there is no problem with it.
As for the VB part, i know the interface that should be used (VBIDE library) but no matter where i looked i didn't find the PROGID of the VB environment or somthing close to it.
If someone knows what is the PROGID of the class that should be used for creating the VB environment it would help allot (i really don't want to use the command line parameters).
Thanks.
David Edery