代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/397776/6356954
bas mducapture.bas
Attribute VB_Name = "mduCapture"
Option Explicit
Public Type RECT
left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Public Const HWND_DESKTOP =
www.eeworm.com/read/397776/6356996
bas mduglobal.bas
Attribute VB_Name = "mduGlobal"
Option Explicit
Public Function GetAppPath() As String
If Right(App.Path, 1) = "\" Then
GetAppPath = App.Path
Else
GetAppPath = App.Path
www.eeworm.com/read/493068/6405534
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Type wndClass
style As Long
lpfnwndproc As Long
cbClsextra As Long
cbWndExtra2 As Long
hInstance As Long
hIcon As Long
www.eeworm.com/read/493068/6406078
bas modanimaker.bas
Attribute VB_Name = "modAnimaker"
Option Explicit
Public msindex As Integer 'for editing sprite-values (passed to frmSprite): not very nice...
Public workpath As String
Public bmpname As Str
www.eeworm.com/read/493068/6406280
bas modpublic.bas
Attribute VB_Name = "modPublic"
Option Explicit
Public Declare Function GetPixel Lib "gdi32" _
(ByVal hdc As Long, _
ByVal X As Long, _
ByVal Y As Long) As Long
www.eeworm.com/read/491381/6434842
bas modulemain.bas
Attribute VB_Name = "ModuleMain"
Option Explicit
Public Declare Function PlaySound Lib "Coredll" Alias "PlaySoundW" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long
www.eeworm.com/read/490939/6445965
bas modulemain.bas
Attribute VB_Name = "ModuleMain"
Option Explicit
Public Declare Function PlaySound Lib "Coredll" Alias "PlaySoundW" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long