|
-
January 7th, 2000, 05:55 PM
#1
class modules
I want to know how to use the implements statement.
Actually what i did was i created a class module A and also created another class module B different activexexe projects
In B i declared a procedure public sub SAVED()
end sub
In A 's general declaration i wrote IMPLEMENTS B
and i declared procedure private sub saved() end sub
In the form I created a Obj of B and then
Set OBj = new a
ANd i said a.saved.
But iam getting error
Highlighting the IMplement statement in A
Object Module needs to implemnt saved for interface B
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
|