註冊:regsvr32 /s c:\Class02.dll 后
Private Sub Command1_Click()
Dim sDll As String
Dim cls2 As Object
sDll = "Class02.dll"
Set cls2 = CreateObject(sDll)
End Sub
执行后,报错.
Private Sub Command1_Click()
Dim sDll As String
Dim cls2 As Object
sDll = "Class02.dll"
Set cls2 = CreateObject(sDll)
End Sub
执行后,报错.
