|
-
May 24th, 2001, 04:57 AM
#1
Thread Starter
Hyperactive Member
createobject
Hi,
What is the difference between
dim objXXX as Comp.XXX
set objXXX = new Comp.XXX
and
dim objXXX as Object
set objXXX = createobject("Comp.XXX")
???
I found that I have two COM from two MTS, I can use either method for one of the COM but only method 2 for the other COM.
Any idea?
Thx
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
|