代码搜索:VB 有哪些应用?
找到约 10,000 项符合「VB 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/334451/3368440
vb dbconnect.vb
Imports System.Data.OleDb
Module DBConnect
REM 数据库的连接
Public Function GetConn() As OleDbConnection
Dim connStr As String
connStr = " Provider=Microsoft.Jet.OLEDB.4.0; Data
www.eeworm.com/read/334048/3375397
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/334048/3375405
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/334048/3375407
vb disposal.vb
Imports System.IO
Imports System.Xml
Imports System.Xml.Schema
Imports System.Xml.Serialization
Imports System.Web
Imports System.Web.Mail
Imports System.Data
'引入数据库操作类命名空间
Imports System.Data
www.eeworm.com/read/334048/3375409
vb order.vb
Public Class Order
Public Dish As String
Public DishCount As String
Public Name As String
Public Phone As String
Public Email As String
Public Cell As String
Public
www.eeworm.com/read/334048/3375413
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/334048/3375416
vb order.vb
Public Class Order
Inherits SerializeData
'表明该类属于XML串行数据类成员,用于同XML文件接轨
Public Dish As String
Public DishCount As String
Public Name As String
Public Phone As String
www.eeworm.com/read/334048/3375417
vb serializedata.vb
Imports System.IO
Imports System.Xml.Serialization
Public Class SerializeData
Public Function SaveXmlFile(ByVal filename As String)
Dim tempFilename As String
tempFilename = f
www.eeworm.com/read/334048/3375424
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/334048/3375429
vb reference.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version: 1.1.4322.573
'
' Changes to