代码搜索:VB 有哪些应用?

找到约 10,000 项符合「VB 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/200078/5073806

vb clientinfo.vb

Imports System.Data.OleDb Public Class ClientInfo Inherits System.Windows.Forms.Form Private ourConn As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\EasySelling\EasySelling.mdb
www.eeworm.com/read/200078/5073808

vb frmclients.vb

Option Strict Off Option Explicit On Friend Class frmClients Inherits System.Windows.Forms.Form #Region "Windows Form Designer generated code " Public Sub New() MyBase.New() If m_vb6FormD
www.eeworm.com/read/200078/5073809

vb mainmdi.vb

Public Class MainMDI Inherits System.Windows.Forms.Form 'this variable is defined to capture the client name and id globally Private varCompanyName As New StartApplication.ShareClass()
www.eeworm.com/read/200078/5073817

vb clientdocuments.vb

Imports System.Data.OleDb Public Class ClientDocuments Inherits System.Windows.Forms.Form Private varCompanyName As New StartApplication.ShareClass() Private ourConn As String = "Provi
www.eeworm.com/read/200078/5073819

vb startapplication.vb

Imports System.Data.OleDb Public Class StartApplication Inherits System.Windows.Forms.Form Public Class ShareClass Public Shared SharedValue As String Public Shared Shar
www.eeworm.com/read/199484/5076890

vb pageproperties.vb

Imports System Imports System.Collections Imports System.Xml Imports System.Configuration Imports System.Web.Configuration Namespace Wrox Friend Class PagePropertiesHandler Implements
www.eeworm.com/read/199484/5076897

vb helloworldhandler.vb

Imports System Imports System.Web Public Class HelloWorldHandler Implements IHttpHandler Sub ProcessRequest(ByVal context As HttpContext) _ Implements IHttpHan
www.eeworm.com/read/199484/5076911

vb usermappath.vb

Imports System Imports System.Web Public Class UserMapPath Implements IHttpModule Public ReadOnly Property ModuleName() As String Get Return "UserMapPath" End Get End P
www.eeworm.com/read/199484/5076981

vb testapp.vb

Imports CustomStreams Imports System.IO Imports System Public Module Application Public Sub Main() Dim customStream As UpperCaseStream ' Create our custom stream, passing it a
www.eeworm.com/read/199484/5076982

vb customstream.vb

Imports System Imports System.IO Namespace CustomStreams Public Class UpperCaseStream Inherits Stream Dim _stream As Stream Public Sub New (stream As Stream) _stream