标题:又一个 Active部件不能创建对象
取消只看楼主
xingming022
Rank: 1
等 级:新手上路
帖 子:103
专家分:9
注 册:2015-1-26
结帖率:50%
已结贴  问题点数:20 回复次数:3 
又一个 Active部件不能创建对象
程序代码:
Private Sub Command1_Click()
Dim aa As String

Dim strLocalIP As String
Dim winIP As Object
Dim cpuSet As SWbemObjectSet
Dim cpu As SWbemObject
Set winIP = CreateObject("MSWinsock.Winsock")
strLocalIP = winIP.localip
aa = strLocalIP
Set cpuSet = GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf("Win32_Processor")
For Each cpu In cpuSet
    aa = aa & cpu.ProcessorId  'aa = aa & "A" & cpu.ProcessorId
    Open App.Path & "\duquip2.txt" For Output As #1  'Output Append
        Write #1, cpu.ProcessorId
    Close #1
Next


Open App.Path & "\1.txt" For Output As #1  'Output Append
    Write #1, aa
Close #1
MsgBox "生成完毕"
End Sub
2015-12-02 14:26
xingming022
Rank: 1
等 级:新手上路
帖 子:103
专家分:9
注 册:2015-1-26
得分:0 
百度说的那些方法我基本全部都试过了,都不管用。
2015-12-02 14:34
xingming022
Rank: 1
等 级:新手上路
帖 子:103
专家分:9
注 册:2015-1-26
得分:0 
回复 3楼 风吹过b
版主你好,感谢您的回复,我还需要读取CPU序列号,另外像我的代码的那种情况是无解了 么 啊?
2015-12-02 16:30
xingming022
Rank: 1
等 级:新手上路
帖 子:103
专家分:9
注 册:2015-1-26
得分:0 
回复 6楼 风吹过b
谢谢您~
2015-12-04 14:07



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-459815-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.130601 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved