摘要:
阅读全文
摘要:
传址: Dim arr1() As Object = {"string1", "string2", "string3"} Dim arr2() As Object = arr1 传值: Dim arr1() As Object = {"string1", "string2", "string3"} Dim arr2() As Object ReDim arr2(arr1.Length-... 阅读全文
摘要:
事件 VB6: DoEvents VB.NET: System.Windows.Forms.Application.DoEvents() 颜色 VB6: Command1.BackColor = vbRed VB.NET: Command1.BackColor = System.Drawing.Color.Red Command1.BackColor = System.D... 阅读全文
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 Imports System 2 Imports System.Text 3 Imports System.Diagnostics 4 Imports System.Runtime.I... 阅读全文