early binding / late binding 
Author Message
 early binding / late binding

I am using com+ admin dll, after puting the reference I can use it normaly
as

dim blah as new comadmin.comadmincatalog

but I can also use it as

set blah = createobject("comadmin.comadmincatalog")

but if i going to use the ComAdminCatalogCollection, I cannot use the
createobject method. I checked in the registry HKCR\CLSID for the ProgID
but i couldn't found the progID. So, though I create the ComAdminCatalog
object
using createobject, why I can't use the ComAdminCatalogCollection using
createobject ? Seems like they have exposed ComAdminCatalog as the
publicaly creatable class ?



Thu, 17 Jun 2004 12:14:03 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Early Binding - Late Binding

2. early binding vs late binding

3. Activex Server - Early Binding vs. Late Binding

4. Late Binding vs Early Binding in out-of-process servers

5. * Early binding or late binding

6. Early binding and Late binding

7. Early binding and Late binding in VB.

8. Early Binding and Late Binding

9. Early bind and Late bind in VB.

10. Early binding and Late binding in VB.

11. early binding vs late binding

12. Powerpoint with early or late binding but INVISIBLE

 

 
Powered by phpBB® Forum Software