|
-
Aug 24th, 2001, 07:02 AM
#1
Thread Starter
Junior Member
Accessing Objects
Hello all, I'm working with an ActiveX EXE with has as reference an ActiveX DLL
I use:
Global bm_dll As BM_ROOTCLASS
&
Set bm_dll = New BM_ROOTCLASS
to set the object.
is it possible to access this same object from a class module within the ActiveX DLL?
I tryed to use: Public bm_dll As BM_ROOTCLASS
but this doesn't work.
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
|