Hi,

I am using CreateProcess command in a VB application to compile some other VB projects. If any error occurs during compilation, I want to supress the messagebox and want to dump the error into a log file.

How do I know if the project has been successfully built and how to trap errors when the build failed.

Thanks and Regards,
Lalitha