代码搜索:如何学习 VB?
找到约 10,000 项符合「如何学习 VB?」的源代码
代码结果 10,000
www.eeworm.com/read/247171/4488301
vb helper.vb
'
' Helper.vb - Helper routines
'
' Rolf Bjarne Kvinge (RKvinge@novell.com)
'
'
'
' Copyright (C) 2007 Novell, Inc (http://www.novell.com)
'
' Permission is hereby granted, free of charge, to any per
www.eeworm.com/read/247171/4488302
vb exceptionfilteringtests.vb
Imports NUnit.Framework
_
Public Class ExceptionFilteringTests
_
Public Sub ExceptionFilter_EmptyFilter()
Try
Throw New ArgumentException
www.eeworm.com/read/247171/4488303
vb globalstests.vb
'
' GlobalsTests.vb - NUnit Test Cases for Microsoft.VisualBasic.Global
'
' Rolf Bjarne Kvinge (RKvinge@novell.com)
'
'
' Copyright (C) 2007 Novell, Inc (http://www.novell.com)
'
' Permission is here
www.eeworm.com/read/247171/4488308
vb filesystemtests.vb
'
' FileSystemTests.vb - NUnit Test Cases for Microsoft.VisualBasic.Information
'
' Guy Cohen (guyc@mainsoft.com)
'
'
'
' Copyright (C) 2002-2006 Mainsoft Corporation.
' Copyright (C) 2004-2006 Nove
www.eeworm.com/read/247171/4488309
vb errobjecttests.vb
' ErrObjectTests.vb - NUnit Test Cases for Microsoft.VisualBasic.ErrObject
'
' Mizrahi Rafael (rafim@mainsoft.com)
'
'
'
' Copyright (C) 2002-2006 Mainsoft Corporation.
' Copyright (C) 2004-2006 No
www.eeworm.com/read/247171/4488310
vb interactiontests.vb
'
' InteractionTests.vb - NUnit Test Cases for Microsoft.VisualBasic.Information
'
' Guy Cohen (guyc@mainsoft.com)
'
'
'
' Copyright (C) 2002-2006 Mainsoft Corporation.
' Copyright (C) 2004-2006 Nov
www.eeworm.com/read/247171/4488312
vb informationtests.vb
'
' InformationTests.vb - NUnit Test Cases for Microsoft.VisualBasic.Information
'
' Guy Cohen (guyc@mainsoft.com)
'
'
'
' Copyright (C) 2002-2006 Mainsoft Corporation.
' Copyright (C) 2004-2006 No
www.eeworm.com/read/247171/4488317
vb filesystemtest.vb
' FileSystemTest.vb - NUnit Test Cases for Microsoft.VisualBasic.FileIO.FileSystem
'
' Rolf Bjarne Kvinge (RKvinge@novell.com)
'
'
' Copyright (C) 2007 Novell, Inc (http://www.novell.com)
'
' Permis
www.eeworm.com/read/247171/4488329
vb objecttypetests.vb
'
' ObjectTypeTests.vb
'
' Author:
' Guy Cohen (guyc@mainsoft.com)
'
'
' Copyright (C) 2002-2006 Mainsoft Corporation.
' Copyright (C) 2004-2006 Novell, Inc (http://www.novell.com)
'
' Permissio
www.eeworm.com/read/247171/4488337
vb operatorstests.vb
Imports System
Imports Microsoft.VisualBasic.CompilerServices
Imports NUnit.Framework
_
Public Class OperatorsTests
_
Sub TestOperatorsConcatenate1()
Dim o1,