代码搜索:VB 有哪些应用?
找到约 10,000 项符合「VB 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/199484/5077124
vb cartdb.vb
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Data.SqlTypes
Imports System.Collections
Namespace IBuyAdventure
Public Class CartDB
Dim m_Connec
www.eeworm.com/read/199484/5077126
vb stdctrl.vb
Imports System
Imports System.Collections
Imports System.Configuration
Imports System.Web.UI
Imports System.Web.Security
Namespace IBuyAdventure
Public Class ControlBase
Inherits U
www.eeworm.com/read/199484/5077127
vb usersdb.vb
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Collections
Namespace IBuyAdventure
Public Class UsersDB
Dim m_ConnectionString As String
www.eeworm.com/read/199484/5077128
vb productsdb.vb
Imports System
Imports System.Data
Imports System.Data.SqlClient
Namespace IBuyAdventure
Public Class ProductsDB
Dim m_ConnectionString As String
Public Sub Ne
www.eeworm.com/read/199484/5077129
vb stdpage.vb
Imports System
Imports System.Collections
Imports System.Web.UI
Imports System.Web.Security
Imports System.Configuration
Namespace IBuyAdventure
Public Class PageBase
Inherits Page
www.eeworm.com/read/199484/5077130
vb ordersdb.vb
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Collections
Namespace IBuyAdventure
Public Class OrdersDB
Dim m_ConnectionString As String
www.eeworm.com/read/199484/5077141
vb ratingmeter.vb
'
' Created: May 2000 - Richard Anderson (rja@vivid-creations.com)
'
' Changes: Created for build 1626. Updated for 1715+
'
Imports System
Imports System.Web.UI
Imports System.Collections
www.eeworm.com/read/199484/5077155
vb simple.vb
Public Class Module1
Public Shared Sub Main()
System.Console.WriteLine(".NET makes development fun and easy again")
End Sub
End Class
www.eeworm.com/read/199484/5077160
vb base.vb
Namespace Wrox.Books.ProASPNet
public class MyVBClass
End Class
End Namespace
www.eeworm.com/read/199484/5077165
vb 2.vb
Imports System.Collections
Imports System
Public Structure Person
Dim Name As String
Dim Age As Integer
End Structure
Public Module Main
public Sub Main()
di