代码搜索:VB 有哪些应用?
找到约 10,000 项符合「VB 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/168013/5450067
vb customer.vb
Imports System.Collections
Imports System.Data.OleDb
Imports System.Text
Namespace AjaxTestVB
Public Class Customer
_
Public Function GetAddressFromEmai
www.eeworm.com/read/168013/5450178
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these att
www.eeworm.com/read/168013/5450215
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these att
www.eeworm.com/read/165338/5483260
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/165338/5483261
vb goods.vb
Imports System.Data.SqlClient
Public Class Goods
'显示货品类别
Public Shared Sub ShowGoodsGroup(ByVal tv As TreeView)
Try
Dim x(ParentGroupCount()) As Integer '建立与表中行数相同大小的数
www.eeworm.com/read/165338/5483262
vb client.vb
Imports System.Data.SqlClient
Public Class Client
'显示供应商和购货商信息
'根据存储过程,利用users.showInfo实现
'添加供应商和购货商信息
Public Shared Sub AddClients(ByVal a() As String)
Try
www.eeworm.com/read/165338/5483263
vb backupdb.vb
Public Class BackUpDB
'备份数据库
Public Shared Sub DBBackUp(ByVal prb As ProgressBar)
Dim bkps As New SQLDMO.Backup
Dim oSqlserver As New SQLDMO.SQLServer
Try
www.eeworm.com/read/165338/5483264
vb stock.vb
Imports System.Data.SqlClient
Public Class Stock
'检查仓库号(同样用来检查货品,报单号)
Public Shared Sub CheckID(ByVal id As String)
Try
Dim con As New SqlConnection(ConString)
www.eeworm.com/read/165338/5483265
vb connectdb.vb
Imports System.Data.SqlClient
Module ConnectDB
Public ConString As String = " Data Source= cc;Integrated Security = SSPI; DataBase = bssSystem"
End Module
www.eeworm.com/read/165338/5483266
vb users.vb
Imports System.Data.SqlClient
Public Class Users
'显示用户名 (也用来显示货品父类,货品,4个业务员,仓库)
Public Shared Sub ShowAdmin(ByVal cmb As ComboBox)
Try
Dim con As New SqlConnection(C