代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/271470/10993244
bas cod_valuetwister.bas
Attribute VB_Name = "Cod_ValueTwister"
Option Explicit
Private TwistPos As Integer
Private Dictionary As String
'This coder work with a dictionary of all ascii codes
'but don't keep track
www.eeworm.com/read/270742/11028318
bas mclient.bas
Attribute VB_Name = "MClient"
Option Explicit
Public strUserName As String '用户名称
Public iflag As Integer '是否连接成功标志
Public ichangeFlag As Integer
www.eeworm.com/read/269836/6952184
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/269836/6952227
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/467992/6997784
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'=====================================
Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" _
(ByVal hWnd As Long, ByVal wMsg As Lon
www.eeworm.com/read/466165/7040130
bas modaddressbook.bas
Attribute VB_Name = "ModAddressBook"
Option Explicit
Public Const ADB_FILE As String = "\Book.dat"
'Address Book File Structure
'---------------------------
'Remote host|_|Remote port|_|Descr
www.eeworm.com/read/466190/7040640
bas apistuff.bas
Attribute VB_Name = "APIStuff"
Option Explicit
Public OldWindowProc As Long
Declare Function CallWindowProc Lib "user32" Alias "CallWindowProcA" (ByVal lpPrevWndFunc As Long, ByVal hWnd As Long
www.eeworm.com/read/103856/7083227
bas commondialog.bas
Attribute VB_Name = "CommonDialog"
Option Explicit
Public Declare Function SHShutDownDialog Lib "shell32" Alias "#60" (ByVal YourGuess As Long) As Long
Private Type OPENFILENAME
lStructSize As
www.eeworm.com/read/112521/7110799
bas drvscan.bas
Attribute VB_Name = "Module1"
Option Explicit
Declare Function MoveWindow Lib "user32" _
(ByVal hwnd As Long, _
ByVal x As Long, ByVal y As Long, _