Imports System.Reflection.Assembly Imports System.Diagnostics.FileVersionIn" name="description" />
VB6升級到VB.NET(1) App的變化
Montaque
很多人不清楚這方面的變化,現在簡單列舉如下:
MILY: 'Microsoft Sans Serif'; mso-font-kerning: 0pt; mso-ansi-language: ZH-CN">Imports System.Reflection.Assembly Imports System.Diagnostics.FileVersionInfo |
’App.Pathclearcase/" target="_blank" >cc0033"> Application.StartupPath ’App.Title GetExecutingAssembly.GetName.Name ’App.ExeName GetExecutingAssembly.Location ’App.Major GetVersionInfo(GetExecutingAssembly.Location).ProductMajorPart ’App.Minor GetVersionInfo(GetExecutingAssembly.Location).ProductMinorPart ’App.Revision GetVersionInfo(GetExecutingAssembly.Location).ProductBuildPart ’App.LegalCopyrights GetVersionInfo(GetExecutingAssembly.Location).LegalCopyright ’App.LegalTrademarks GetVersionInfo(GetExecutingAssembly.Location).LegalTrademarks ’App.CompanyName GetVersionInfo(GetExecutingAssembly.Location).CompanyName |
|
By Montaque |
原文轉自:http://www.anti-gravitydesign.com