Link to home
Start Free TrialLog in
Avatar of victorlong
victorlong

asked on

Test ActiveX DLL

I think we may test an ActiveX DLL (or EXE) by project group similar to testing an ActiveX Control.
However, I just can not access Class1 of the DLL from the added project2 by
Dim myClass As New Class1

What wrong I did?

(I didn't make the DLL before test)
Avatar of p_biggelaar
p_biggelaar
Flag of Netherlands image

Is it the only class1? Do you get the pop-up option to add class1? Is class1 PrivateNotCreatable? Can you declare it as Dim MyClass As new TheDll.Class1?
ASKER CERTIFIED SOLUTION
Avatar of BabyFace
BabyFace

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of victorlong
victorlong

ASKER

Hi p_biggelaar,

>Is it the only class1?

Only one class in the DLL and that is Class1.

>Do you get the pop-up option to add class1?

First time when I run the project group, I got something (forgot what is that). Then I set Project2 as start up project and run the group again and didn't find any pop-up.

>Is class1 PrivateNotCreatable?

Don't know...I will check.

>Can you declare it as Dim MyClass As new TheDll.Class1?

No, that is the point at which an error occured.
To BabyFace:

Yes, I didn't do that.....and now it works!!

Cheers.
Hi p_biggelaar,

Thank you for your help.
Hey Victorlong,

So do I get the points?
Opps,

Thanks