代码搜索:如何学习 VB?

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

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

vb impconversionstringtoshorta.vb

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

vb constructorb.vb

Imports System Class A Public Sub New() End Sub Public Sub New(ByVal name As String) If name "abc" Then Throw New exception("#A1, Unexpected result") End I
www.eeworm.com/read/247171/4487154

vb impconversioninttostringb.vb

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

vb conversionwithneqloperator.vb

'Author: Ritvik Mayank 'Copyright (C) 2005 Novell, Inc (http://www.novell.com) Imports System Module ExpressionOperator1 Function Main() As Integer Dim a As Integer
www.eeworm.com/read/247171/4487157

vb integertypechartesta.vb

Module M Function Main() As Integer Dim a% a = 10 Dim b As Integer b% = 10 Dim c% c% = 10 End Function End Module
www.eeworm.com/read/247171/4487159

vb interfacef.vb

Option Strict Off Interface I Function F1(ByVal i As Integer) Function F2(ByVal i As Integer) End Interface Class C1 Implements I Public Function F1(ByVal i As Integer) Implements I.
www.eeworm.com/read/247171/4487160

vb accessibility.vb

Imports System Class C1 Public a As Integer Private b As Integer Friend c As Integer Protected d As Integer Public Function S1() As Object ' All data members of the Class should be
www.eeworm.com/read/247171/4487161

vb propertyl.vb

'Author: ' Maverson Eduardo Schulze Rosa (maverson@gmail.com) ' ' GrupoTIC - UFPR - Federal University of Paraná Option Strict On Imports System Module Test Interface A Property Prop$(
www.eeworm.com/read/247171/4487162

vb conversionwithoroperatornumb.vb

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

vb impconversionstringtobyted.vb

'Author: ' V. Sudharsan (vsudharsan@novell.com) ' ' (C) 2005 Novell, Inc. Option Strict Off Module ImpConversionStringtoByteD Function Main() As Integer Dim a As String = "12" D