16,717
社区成员
发帖
与我相关
我的任务
分享Length = GetSystemDirectory(S, Len(S))
SysPath = Left(S, Length)
Dim Lab As String
Lab = SysPath + "\sqlsrv32.dll"
'提取计算机名称和用户名
Dim txtUserName As String
GetUserName strLong, 255
txtUserName = strLong
strLong = Trim(strLong) '' 运行提示:找不到工程或库。。。。停留在这行