NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

/nologo (Suppress Banner Information)

Suppresses display of the copyright banner and the display of informational messages during compiling. /nologo[+ | -]

Remarks

If you specify /nologo+ or /nologo, a copyright banner will not be displayed by the compiler. The default for this option is /nologo-.

This option is not available from within the development environment; it is only available when compiling from the command line.

Example

Compile t2.vb and do not display a copyright -banner:

vbc /nologo+ t2.vb

See Also

Visual Basic Compiler Options