Example See Also The Startup Object property for a project defines the entry point to be called when the application loads. This is usually set to either the main form in your application or to the procedure that you want to run when the application starts. For more information about star...
The following example modifies the linker's SuppressStartupBanner property in the integrated development environment (IDE): VB 复制 ' add reference to Microsoft.VisualStudio.VCProjectEngine Imports EnvDTE Imports Microsoft.VisualStudio.VCProjectEngine Public Module Module1 Sub Test() Dim prj As VCPr...