免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 回復 發帖

VB 6.0與VB 2005語言上的變化

筆者在這裡只列出部分比較常用的或值得注意的變化,供各位讀者參考。
VB 6.0或之前的語法
VB 2005新的語法
As Any
函數覆寫
Calendar屬性
System.Globilization.Calendar類別
Currency資料型別
Decimal資料型別
Circle陳述式
System.Drawing.Graphics.DrawEllipse方法
Date函數和陳述式
System.Data資料類別的Today屬性
Debug.Assert方法
System.Diagnostics.Debug.Assert
Debug.Print方法
System.Diagnostics.Debug.Write
Deftype
未被取代
DoEvents函數
System.Windows.Forms.Application.DoEvents方法
Empty關鍵字
Nothing關鍵子
Eqv操作符號
=操作符號
Imp操作符號
不是A Imp B,改採(Not A) or B
Initialize事件
建構函數
Instancing屬性
呼叫性限定符號
IsEmpty函數
未被取代
IsMissing函數
函數覆載
IsNull函數
Microsoft.VisualBasic.Information.IsDBNull方法
IsObject函數
Microsoft.VisualBaisc.Information.IsReference方法
Let陳述式
未被取代
Line陳述式
System.Drawing.Graphics.DrawLine方法
Go Sub陳述式
未被取代
Lset陳述式
System.String.PadLeft方法
MsgBox函數
MsgBox放在相容的庫中,框架中有一個MessageBox類別
NULL關鍵字
Nothing關鍵字
On…Go Sub結構
未被取代
On..Goto結構
未被取代
Option Base陳述式
未被取代
Option Private Module陳述式
呼叫限定符號
Property GetProperty LetProperty Set陳述式
新的屬性語法
Pset方法
System.DrawingSystem.Drawing.Design
Rnd函數
System.Math.Rnd方法
Round函數
System.Math.Round方法
Rset陳述式
System.String.PadRight方法
Scale方法
System.DrawingSystem.Drawing.Design
Sgn函數
System.Math.Sgn方法
Sqr函數
System.Math.Sqr方法
String函數
System.String
Terminate事件
Finalize方法或是System.Idisposable介面
Time函數
System.Date.TimeOfDay屬性
Type陳述式
Structure陳述式
Variant資料型態
Object資料型態
VarType函數
System.TypeCode
Wend陳述式
End While陳述式
返回列表