|
-
September 18th, 2000, 03:43 PM
#1
COM object within VBScript
Hi,
I created a COM object that runs successfully from VB. Now I would like to use it in VBScript. The two line below fail to execute in VBScript.
dim goo
set goo = CreateObject("iVGoo.goo")
What steps am I missing?
BTW, in VB, iVGooLib.goo object is created without problems.
Thanks in advance!
araik
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
|