|
-
October 18th, 2004, 09:10 AM
#1
obtain GUID from DLL
How can I obtain the GUID (class identifier) from a dll using visual basic code?
Here is how I instantiate the dll class:
Dim comSched As Object
Set comSched = CreateObject("NOVAR2BCM.Novar")
I have a visual c++ COM object (Novar2BCM.dll) which contains the NOVAR2BCM.Novar class.
Thanks for any help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|