|
VB6升级到VB.NET(1)App的变化
e" />
Imports System.Diagnostics.FileVersionInfo’App.Path
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
1页 > 2页 >
查看上一页
返回分类首页 返回96PC首页
查看下一页 |