how to use vb6 dll?
- From: "Mr. Server" <alxgen@xxxxxxxxxxx>
- Date: Fri, 13 Apr 2007 10:11:51 +0800
i have a simple question, how can i use my dll with functions created from vb6 to my vfp6 application?
this is my vb function:
Public Function GetCPUID() As String
Dim oWMI, oCpu
Set oWMI = GetObject("winmgmts:")
For Each oCpu In oWMI.InstancesOf("Win32_Processor")
GetCPUID = oCpu.ProcessorID
Next
End Function
.
- Follow-Ups:
- Re: how to use vb6 dll?
- From: Fred Taylor
- Re: how to use vb6 dll?
- Prev by Date: Re: "Icon is corrupt or in the wrong format"
- Next by Date: Re: how to use vb6 dll?
- Previous by thread: vfp9: "Icon is corrupt or in the wrong format"
- Next by thread: Re: how to use vb6 dll?
- Index(es):
Loading