代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/414257/2152740
vb datasetform.vb
Imports System.Text
Public Class DataSetForm
Private Sub MenuItem1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem1.Click
DoStuffWithDataSet()
www.eeworm.com/read/414257/2152744
vb joinqueryresultsetform.vb
Imports System.Data.SqlServerCe
Public Class JOINQueryResultSetForm
Private Sub JOINQueryResultSetForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
www.eeworm.com/read/414257/2152755
vb myresultsets.vb
Imports System.Data
Imports System.Data.SqlServerCe
Partial Class ProductResultSet
Const databaseFilename As String = "MyDatabase.sdf; Password=""MobileP@ssw0rd"";"
Const tableName As
www.eeworm.com/read/414257/2152757
vb resultsetform.vb
Imports System.Data.SqlServerCe
Public Class ResultSetForm
Private ProductResultSet As MasterDetail.ProductResultSet
Private ProductCategoryResultSet As MasterDetail.ProductCategoryResu
www.eeworm.com/read/414257/2152764
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 at
www.eeworm.com/read/414257/2152770
vb datasetform.vb
Public Class DataSetForm
Private Sub DataSetForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
If ProductsDataSetUtil.DesignerUtil.IsRunTime Then
www.eeworm.com/read/414257/2152781
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 at
www.eeworm.com/read/414257/2152785
vb setupforeignkey.vb
Imports System.IO
Imports System.Reflection
Imports System.Data.SqlServerCe
Class SetupForeignKey
Public Shared Sub DefineKey()
' Setup the connection string
Dim databasePa
www.eeworm.com/read/414257/2152792
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 at
www.eeworm.com/read/414257/2152795
vb settingsform.vb
Public Class SettingsForm
Private Sub saveMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles saveMenuItem.Click
Me.SettingsBindingSource.EndEdit()