代码搜索:VB 有哪些应用?
找到约 10,000 项符合「VB 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/246079/4497264
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/246079/4497265
vb formonerow.vb
' -----------------------------------------------------------------------------
' Code from _Programming the .NET Compact Framework with VB_
' and _Programming the .NET Compact Framework with C#_
'
www.eeworm.com/read/246079/4497266
vb formupdate.vb
' -----------------------------------------------------------------------------
' Code from _Programming the .NET Compact Framework with VB_
' and _Programming the .NET Compact Framework with C#_
'
www.eeworm.com/read/246079/4497267
vb moddata.vb
' -----------------------------------------------------------------------------
' Code from _Programming the .NET Compact Framework with VB_
' and _Programming the .NET Compact Framework with C#_
'
www.eeworm.com/read/246079/4497273
vb formgridsbetter.vb
' -----------------------------------------------------------------------------
' Code from _Programming the .NET Compact Framework with VB_
' and _Programming the .NET Compact Framework with C#_
'
www.eeworm.com/read/245895/4500777
vb calculator.vb
Imports Microsoft.VisualBasic
Public Class Calculator
Public Function Add(ByVal a As Integer, ByVal b As Integer) As Integer
Return (a + b)
End Function
Public Function Su
www.eeworm.com/read/245895/4500800
vb rsscachedependency.vb
Imports System
Imports System.Web
Imports System.Threading
Imports System.Web.Caching
Imports System.Xml
Public Class RssCacheDependency
Inherits CacheDependency
Shared backgroundTh
www.eeworm.com/read/245895/4500835
vb temperatureservice.vb
Imports System.Web
Imports System.Web.Services
Imports System.Web.Services.Protocols
_
www.eeworm.com/read/245895/4500843
vb namefunctions.vb
Imports Microsoft.VisualBasic
Public Class NameFunctions
Private m_FirstName As String
Private m_LastName As String
Public Property FirstName() As String
Get
www.eeworm.com/read/245895/4500845
vb author.vb
Imports Microsoft.VisualBasic
Imports System.Xml.Serialization
Public Class Author