on 2/27/04 11:50 AM, Giulio at giulio at cantoberon dot it wrote:
> the problem is when one of my object properties is a reference to
> another object ( another class in the same dll ), and i must use this
> object reference to invoke a method ot access one property of the
> referenced object...
Ok, I see, the error number threw me off, I'm not exactly sure why you'd get
that, but I think I know what you're trying to accomplish. Can you try
splitting up the line and doing it in several stages, like:
Dim class2 as OLEObject
class2 = AutoEditor.Class2
class2.callthismethod
That's all I can suggest right now, the error number still bothers me
though, I would've expected something much different...
Regards,
William Yu
william at realsoftware dot com
- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|