代码搜索:VB 有哪些应用?
找到约 10,000 项符合「VB 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/246079/4496785
vb formprecipatation.vb
' -----------------------------------------------------------------------------
' Code from _Programming the .NET Compact Framework with VB_
' and _Programming the .NET Compact Framework with C#_
'
www.eeworm.com/read/246079/4496786
vb global.vb
Module Global
Friend arrForms As New ArrayList
Friend Function OpenForm(ByVal typeForm As Type) As Form
Dim frmWork As Form
Dim boolExists As Boolean = False
' Check
www.eeworm.com/read/246079/4496788
vb formmain.vb
' -----------------------------------------------------------------------------
' Code from _Programming the .NET Compact Framework with VB_
' and _Programming the .NET Compact Framework with C#_
'
www.eeworm.com/read/246079/4496791
vb formpressure.vb
' -----------------------------------------------------------------------------
' Code from _Programming the .NET Compact Framework with VB_
' and _Programming the .NET Compact Framework with C#_
'
www.eeworm.com/read/246079/4496793
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/4496797
vb formtemperature.vb
Imports System
Imports System.Drawing
Imports System.Windows.forms
Public Class FormTemperature
Inherits System.Windows.Forms.Form
Friend WithEvents Label1 As System.Windows.Forms.Label
www.eeworm.com/read/246079/4496798
vb formprecipatation.vb
' -----------------------------------------------------------------------------
' Code from _Programming the .NET Compact Framework with VB_
' and _Programming the .NET Compact Framework with C#_
'
www.eeworm.com/read/246079/4496799
vb global.vb
Module Global
Friend frmPrecipitation As FormPrecipitation
Friend frmPressure As FormPressure
Friend frmTemperature As FormTemperature
End Module
www.eeworm.com/read/246079/4496801
vb formmain.vb
' -----------------------------------------------------------------------------
' Code from _Programming the .NET Compact Framework with VB_
' and _Programming the .NET Compact Framework with C#_
'
www.eeworm.com/read/246079/4496804
vb formpressure.vb
' -----------------------------------------------------------------------------
' Code from _Programming the .NET Compact Framework with VB_
' and _Programming the .NET Compact Framework with C#_
'