代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/414257/2152169
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these at
www.eeworm.com/read/414257/2152171
vb media.vb
Imports System.ComponentModel
Imports System.io
Imports System.Runtime.InteropServices
Namespace Media
Friend Class NativeMethods
_
Friend Sh
www.eeworm.com/read/414257/2152174
vb connectionpriority.vb
_
Public Enum ConnectionPriority
LowPriorityBackground = 8
ExternalInteractive = &H20
IdleBackground = &H80
HighPriorityBackground = &H200
UserIdle = &H800
Use
www.eeworm.com/read/414257/2152178
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these at
www.eeworm.com/read/414257/2152179
vb connectionstatus.vb
Public Enum ConnectionStatus
Unknown = 0
Connected = &H10
Suspended = &H11
Disconnected = &H20
ConnectionFailed = &H21
ConnectionCanceled = &H22
ConnectionDisabl
www.eeworm.com/read/414257/2152181
vb connectionmanager.vb
Imports System.Runtime.InteropServices
Imports Microsoft.WindowsCE.Forms
Public Class ConnectionManager
Private messageWindow As New ConnectionManagerMessageWindow(Me)
Private connecti
www.eeworm.com/read/414257/2152187
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these at
www.eeworm.com/read/414257/2152194
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these at
www.eeworm.com/read/414257/2152196
vb eventwaithandle.vb
Imports System.Threading
Imports System.Runtime.InteropServices
Public Enum EventResetMode
AutoReset = 0
ManualReset = 1
End Enum
Public Class EventWaitHandle
Inherits WaitHandl
www.eeworm.com/read/414257/2152197
vb notify.vb
Imports System.Runtime.InteropServices
Public Class Notify
' Methods
Public Shared Sub RegisterNamedEvent(ByVal whichEvent As NotificationEvent, ByVal eventName As String)
Native