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

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

代码结果 10,000
www.eeworm.com/read/212217/4938381

vb reference.vb

'------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version: 1.1.4322.573 ' ' Changes to
www.eeworm.com/read/212217/4938385

vb assemblyinfo.vb

Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' 程序集的常规信息通过下列 ' 属性集控制。更改这些属性值可 ' 修改与程序集关联的信息。 ' 检查程序集的属性值
www.eeworm.com/read/211185/4945606

vb assemblyinfo.vb

Imports System.Reflection Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to
www.eeworm.com/read/204927/5026958

vb assemblyinfo.vb

Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' 有关程序集的常规信息通过下列属性集 ' 控制。更改这些属性值可修改 ' 与程序集关联的信息。 ' 查看程序集属性的值
www.eeworm.com/read/201516/5058328

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/201516/5058335

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/201516/5058349

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/201516/5058419

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/201516/5058420

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
www.eeworm.com/read/201516/5058454

vb quoteservice.vb

'------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version: 1.0.3328.4 ' ' Changes to th