11 2015 档案
摘要:Public Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As...
阅读全文
摘要:OSVERSIONINFO快速信息Windows NT 支持Windows 95 支持Win32s 支持引入程序库 -头文件 winbase.hUnicode WinNT平台说明 无概述-系统信息微软的Win32应用程序编程接口(API)包含了描述当前操作系统配置的函数。所属分组系统信息结构体以下结...
阅读全文
摘要:Private Declare Function GetProfileString Lib "kernel32" Alias "GetProfileStringA" (ByVal lpAppName As String, ByVal lpKeyName As String, ByVal lpDefa...
阅读全文
摘要:Private Sub writeToExcel(strTmp1() As String, colTmp1 As Collection)'' Dim tmp1 Dim i1 As Integer, intCol As Integer, intRow As Integer Dim x...
阅读全文