代码搜索:VB 有哪些应用?
找到约 10,000 项符合「VB 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/201516/5058511
vb webserviceauthenticationevent.vb
Imports System
Imports System.Web
Imports System.Security.Principal
Namespace Microsoft.WebServices.Security
Public Class WebServiceAuthenticationEvent
Inherits EventArgs
www.eeworm.com/read/201516/5058526
vb trace.vb
Imports System
Imports System.IO
Imports System.Web.Services.Protocols
_
Public Class TraceExtensionAttribute
Inherits SoapExtensionAttribute
www.eeworm.com/read/201516/5058527
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/201516/5058529
vb trace.vb
Imports System
Imports System.IO
Imports System.Web.Services.Protocols
_
Public Class TraceExtensionAttribute
Inherits SoapExtensionAttribute
www.eeworm.com/read/201516/5058537
vb encryptionextension.vb
' Encryption sample
' rhoward 4/22/01
'
' This sample encrypts data from an ASP.NET Web Service
' by only encrypting the values with the actual response
' of a method call (rather than all the
www.eeworm.com/read/201516/5058538
vb encryptionextensionattribute.vb
Imports System
Imports System.IO
Imports System.Xml
Imports System.Text
Imports System.Web.Services
Imports System.Web.Services.Protocols
Imports System.Security.Cryptography
www.eeworm.com/read/201516/5058541
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.CompilerServices
'
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute value
www.eeworm.com/read/201516/5058543
vb encryptionextension.vb
' Encryption sample
' rhoward 4/22/01
'
' This sample encrypts data from an ASP.NET Web Service
' by only encrypting the values with the actual response
' of a method call (rather than all the
www.eeworm.com/read/201516/5058544
vb encryptionextensionattribute.vb
Imports System
Imports System.IO
Imports System.Xml
Imports System.Text
Imports System.Web.Services
Imports System.Web.Services.Protocols
Imports System.Security.Cryptography
www.eeworm.com/read/201516/5058562
vb cartdb.vb
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Data.SqlTypes
Imports System.Collections
Namespace IBuyAdventure
Public Class CartDB
Dim m_Connec