代码搜索:如何学习 VB?

找到约 10,000 项符合「如何学习 VB?」的源代码

代码结果 10,000
www.eeworm.com/read/247171/4487269

vb structurea.vb

Option Strict Off Imports System Structure S Dim a As String Const b As Integer = 25 Class c End Class Function f(ByVal l As Long) As Long f = l End Function St
www.eeworm.com/read/247171/4487271

vb likeoperatord.vb

'Author: ' K. Satya Sudha (ksathyasudha@novell.com) ' ' (C) 2005 Novell, Inc. Imports System Module Test Function Main() As Integer Dim a As Boolean = "7" Like "?[]" If a Tru
www.eeworm.com/read/247171/4487272

vb impconversionstringtolonga.vb

'Author: ' V. Sudharsan (vsudharsan@novell.com) ' ' (C) 2005 Novell, Inc. Option Strict Off Module ImpConversionStringtoLongA Function Main() As Integer Dim a As Long Dim b As S
www.eeworm.com/read/247171/4487273

vb attributeassemblyversionminor.vb

'Author: Ritvik Mayank 'Copyright (C) 2005 Novell, Inc (http://www.novell.com) Imports System Imports System.Reflection Imports System.Runtime.CompilerServices
www.eeworm.com/read/247171/4487274

vb conversionwithandoperatorbool.vb

'Author: Ritvik Mayank 'Copyright (C) 2005 Novell, Inc (http://www.novell.com) Option Strict Off Imports System Module ConversionAndOperator Function Main() As Integer
www.eeworm.com/read/247171/4487275

vb propertyi.vb

'Author: ' Satya Sudha K (ksathyasudha@novell.com) ' ' (C) 2005 Novell, Inc. ' ' Properties taking/returning types containing default properties Option Strict Off Imports System Module M Class
www.eeworm.com/read/247171/4487276

vb expconversionlongtodoublea.vb

'Author: ' V. Sudharsan (vsudharsan@novell.com) ' ' (C) 2005 Novell, Inc. Module ExpConversionLongtoDoubleA Function Main() As Integer Dim a As Long = 124 Dim b As Double = CLng
www.eeworm.com/read/247171/4487279

vb impconversiondoubletobyteb.vb

'Author: ' V. Sudharsan (vsudharsan@novell.com) ' ' (C) 2005 Novell, Inc. Option Strict Off Module ImpConversionDoubletoByteC Function Main() As Integer Dim a As Double = 111.9
www.eeworm.com/read/247171/4487280

vb assignmentstatementsg.vb

'Author: ' V. Sudharsan (vsudharsan@novell.com) ' ' (C) 2005 Novell, Inc. Module Test Function Main() As Integer Dim s1 As String = "abcdefg" Dim s2 As String = "1234567"
www.eeworm.com/read/247171/4487281

vb namedargumentsa.vb

Option Strict Off 'Author: ' V. Sudharsan (vsudharsan@novell.com) ' ' (C) 2005 Novell, Inc. Class C Public Function fun(ByVal i As Integer, ByVal a As Long) If i = 2 And a = 1 Then