代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/473071/6854792
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public cnnDatabase As New ADODB.Connection
Public strNowUser As String
Public flagAddSupplier As Boolean
Public flagAddCustomer As Bo
www.eeworm.com/read/472966/6861132
bas mdul_main.bas
Attribute VB_Name = "mdul_Main"
Option Explicit
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName
www.eeworm.com/read/195345/8162739
txt vba10-1.txt
Option Explicit
Global g_pStateLayer As IFeatureLayer
Global g_pCountyLayer As IFeatureLayer
Global g_pTractLayer As IFeatureLayer
Public Sub Tutorial()
' This procedure is called when us
www.eeworm.com/read/395257/8187917
bas openfile.bas
Attribute VB_Name = "OpenFile"
Option Explicit
Private Declare Function GetOpenFileName Lib "comdlg32.dll" Alias "GetOpenFileNameA" (pOpenfilename As OPENFILENAME) As Long
Private Declare Funct
www.eeworm.com/read/395257/8187919
bas specialfolders.bas
Attribute VB_Name = "SpecialFolders"
Option Explicit
Private Declare Function GetWindowsDirectory Lib "kernel32.dll" Alias "GetWindowsDirectoryA" (ByVal lpBuffer As String, ByVal nSize As Long) As
www.eeworm.com/read/193344/8236395
bas modglasses.bas
Attribute VB_Name = "modGlasses"
Option Explicit
Public dbEstate As Database
Public sBuffer As String
Public GongH As String
Public dbstu As Database
Declare Function GetWindowsDirectory Lib "ke