代码搜索:GetPrivateProfileString
找到约 459 项符合「GetPrivateProfileString」的源代码
代码结果 459
www.eeworm.com/read/470267/6917176
txt module1.txt
Attribute VB_Name = "Module1"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefau
www.eeworm.com/read/470267/6917194
bas module1.bas
Attribute VB_Name = "Module1"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefau
www.eeworm.com/read/146081/12677729
bas 用ini文件实现每日一帖.bas
Attribute VB_Name = "Module1"
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefau
www.eeworm.com/read/138968/13199362
bas cd_info.bas
Attribute VB_Name = "CD_Serial_Number"
Option Explicit
Private Declare Function GetPrivateProfileString Lib "Kernel32" Alias "GetPrivateProfileStringA" _
(ByVal lpApplicationName As String, ByVal l
www.eeworm.com/read/138968/13199387
bas vbcdabout.bas
Attribute VB_Name = "CD_Serial_Number"
Option Explicit
Private Declare Function GetPrivateProfileString Lib "Kernel32" Alias "GetPrivateProfileStringA" _
(ByVal lpApplicationName As String, ByVal l
www.eeworm.com/read/221918/14714233
bas modulemod.bas
Attribute VB_Name = "ModMain"
Option Explicit
Public CleanAfterClose As Long
Public cnn As New ADODB.Connection
Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileSt
www.eeworm.com/read/413857/11139607
bas fileaccess.bas
Attribute VB_Name = "Module2"
Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpDefa
www.eeworm.com/read/258856/11836595
bas inimodule.bas
Attribute VB_Name = "IniModule"
Option Explicit
'访问INI
' ReadINI 读INI
' WriteINI 写INI
Private Declare Function GetPrivateProfileString Lib "Kernel32" Alias _
"GetPrivateProfileStringA" (B
www.eeworm.com/read/214848/15086241
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public dbConn As ADODB.Connection
Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" ( _
ByVal lpAp
www.eeworm.com/read/147685/12539748
txt 读写ini文件的四个函数.txt
文件名SourceDB.ini文件
Private Declare Function GetPrivateProfileString Lib "kernel32" Alias
"GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal
lpDefault As S