代码搜索:VB 有哪些应用?
找到约 10,000 项符合「VB 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/174066/5365996
vb news.vb
Imports System
Imports System.Configuration
Imports System.Data
Imports System.Data.OleDb
Namespace Packaging
Public Class News
Public NewsId As Integer
Public NewsCat As Integer
Pu
www.eeworm.com/read/174066/5365998
vb sqldb.vb
Imports System
Imports System.Configuration
Imports System.Data
Imports System.Data.OleDb
Imports Microsoft.VisualBasic.Strings
Imports Microsoft.VisualBasic
Imports System.Math
Namespace Pac
www.eeworm.com/read/174066/5365999
vb bbs.vb
Imports System
Imports System.Configuration
Imports System.Data
Imports System.Data.OleDb
Namespace Packaging
Public Class BBS
Public Id As Integer
Public Title As String
Public Aut
www.eeworm.com/read/174066/5366000
vb info.vb
Imports System
Imports System.Configuration
Imports System.Data
Imports System.Data.OleDb
Namespace Packaging
Public Class Info
Public Id As Integer
Public UserAccount As String
Pub
www.eeworm.com/read/174066/5366001
vb user.vb
Imports System
Imports System.Configuration
Imports System.Data
Imports System.Data.OleDb
Imports Microsoft.VisualBasic.Strings
Namespace Packaging
Public Class UserInfo
Public UserId As
www.eeworm.com/read/174066/5366002
vb guest.vb
Imports System
Imports System.Configuration
Imports System.Data
Imports System.Data.OleDb
Namespace Packaging
Public Class Guest
Public GuestId As Integer
Public GuestTitle As String
www.eeworm.com/read/174066/5366003
vb link.vb
Imports System
Imports System.Configuration
Imports System.Data
Imports System.Data.OleDb
Namespace Packaging
Public Class link
Public linkId As Integer
Public linkUrl As String
Pub
www.eeworm.com/read/174066/5366004
vb pic.vb
Imports System
Imports System.Configuration
Imports System.Data
Imports System.Data.OleDb
Imports System.IO
Imports System.Drawing
Imports System.Drawing.Imaging
Imports Microsoft.VisualBasic.S
www.eeworm.com/read/174066/5366055
vb handler.vb
Imports System.Web
Namespace Acme
Public Class SimpleHandlerVB : Implements IHttpHandler
Public Sub ProcessRequest(Context As HttpContext) Implements IHttpHandler.ProcessRe
www.eeworm.com/read/174030/5366254
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attr