读取INI文件 ---VbCode
'Function to read application setting from INI filePublic Function IniFileRead(ByVal vstrINIPath As String, vstrINIFileName As String, _ ByVal vstrINIType As String, ByRef vstrVar As String, ByVal ...