This topic has not yet been rated - Rate this topic

/nologo (Visual Basic)

Suppresses display of the copyright banner and informational messages during compilation.

/nologo

If you specify /nologo, the compiler does not display a copyright banner. By default, /nologo is not in effect.

NoteNote

The /nologo option is not available from within the Visual Studio 2010 development environment; it is available only when compiling from the command line.

The following code compiles T2.vb and does not display a copyright banner.

vbc /nologo t2.vb
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.