Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 13. The 'My' Reference > Computer Object - Pg. 512

Dim scanInput As Microsoft.VisualBasic.FileIO.TextFieldParser ' ...later... scanInput.CommentTokens = New String( ) {"//", "REM"} Related Framework Entries · Microsoft.VisualBasic.FileIO.TextFieldParser.CommentTokens Property See Also Delimiters Property, FieldWidths Property, PeekChars Method, TextFieldParser Object CompanyName Property Location My.Application.Info.CompanyName Syntax Dim result As String = My.Application.Info.CompanyName Description The CompanyName property returns the company name as defined in the informa- tional section of the assembly. Usage at a Glance