代码搜索:如何学习 VB?
找到约 10,000 项符合「如何学习 VB?」的源代码
代码结果 10,000
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#_
'
www.eeworm.com/read/246079/4496806
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/4496810
vb formtemperature.vb
Imports System
Imports System.Drawing
Imports System.Windows.forms
Public Class FormTemperature
'#Const FORM_DESIGN = True
#If FORM_DESIGN = True Then
Inherits System.Windows.Forms.Form
www.eeworm.com/read/246079/4496811
vb formprecipatation.vb
' -----------------------------------------------------------------------------
' Code from _Programming the .NET Compact Framework with VB_
' and _Programming the .NET Compact Framework with C#_
'