代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/212582/15153669
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/211515/15178963
bas midmif.bas
Attribute VB_Name = "Module6"
Option Explicit
Dim ColumnsN As Integer, ColumnsType() As String
Dim PenWidth As Integer, PenPattern As Integer, PenColor As Long
Dim FillPattern As Integer, FillFore
www.eeworm.com/read/208029/15255582
txt featureselect.txt
Option Explicit
Private m_pBitmap As IPictureDisp
Private m_pCursor As IPictureDisp
Private m_pSceneHookhelper As ISceneHookHelper
Private m_bInUse As Boolean
Implements ICommand
Implements
www.eeworm.com/read/207747/15263032
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public vbMoveLeft As Integer
Public vbMoveRight As Integer
Public vbMoveDown As Integer
Public vbStepDown As Integer
Public vbRevert As Integer
Pu