代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/285130/8867090
bas modregocx.bas
Attribute VB_Name = "modRegOcx"
Option Explicit
Private Declare Function LoadLibraryRegister Lib "kernel32" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As Long
Private Declare Function C
www.eeworm.com/read/383925/8911605
bas mmain.bas
Attribute VB_Name = "mMain"
Option Explicit
Public AppPath As String
Public AppTitle As String
'Public INI As New CFastINI
Public g_lWindowsVersion As enumWindowsVersion
Public Enum enumWind
www.eeworm.com/read/185574/9029114
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Type XRange
XStart As Single
XEnd As Single
End Type
Public Function PathToName(ByVal strPath As String) As String
'==============