代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/289944/3987267
vb upgradesupport.vb
Module UpgradeSupport
Friend DAODBEngine_definst As New DAO.DBEngine
End Module
www.eeworm.com/read/289789/3989059
vb database.vb
Imports System.Data
Imports System.Data.SqlClient
Imports System.ComponentModel
Public Class DataBase
'实现接口IDisposable
Implements IDisposable
'数据库连接对象
Private SqlConn As SqlConn
www.eeworm.com/read/289789/3989060
vb datagridcombobox.vb
Option Strict On
Option Explicit On
Imports System.Collections
Imports System.ComponentModel
Imports System.Drawing
Imports System.Windows.Forms
Imports System.Data
Public Class DataGridComb
www.eeworm.com/read/289789/3989061
vb datagridnoactivecellcolumn.vb
Public Class DataGridNoActiveCellColumn
Inherits DataGridTextBoxColumn
Private SelectedRow As Integer = -1
Protected Overloads Overrides Sub Edit( _
ByVal source As CurrencyManager
www.eeworm.com/read/284685/4060274
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/284685/4060276
vb frmreceivemessage.vb
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCompon
www.eeworm.com/read/284685/4060277
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/284685/4060280
vb personinfo.vb
'自定义人员信息类,用于发送和接受
Public Class Person '注意如果使用BinaryMessageFormatter的话,必须是可序列化的,即 是必须的
Private _Name As String
Private _BirthDate As Date
Private _Sex A
www.eeworm.com/read/284685/4060282
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/284685/4060286
vb frmsendmessage.vb
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCompon