"Implements" Problem 
Author Message
 "Implements" Problem

Just in case...

You don't mention whether the Run method is Public or Private.

David Bayley

Aebacus Popup ActiveX control library:
http://www.*-*-*.com/
(replace 'x' with 'a' in e-mail address)


Quote:
>Well I'm new to some of the features of VB with its use of the "implements"
to
>create interface inheritance. I have been reading the books, reading the
>articles via deja news and it seems a breeze, but I have problems.

>I can create an abstract class "Test" with Method "Run" no problem.



Fri, 13 Apr 2001 03:00:00 GMT  
 "Implements" Problem


schreibt:

Quote:
>I can reference it in the next class "New_Class" that I want to "implement"
>the interface.

Is your class really named New_Class?

You should avoid underscores in all names, related to classes and their
members. Naming a method My_Method, you cannot Implement this method in another
class, so perhaps the class name itself has similar restrictions.

DoDi



Wed, 18 Apr 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Type Library - Problems with "Implements" Keyword

2. Type Library - Problems with "Implements" Keyword

3. Type Library - Problems with "Implements" Keyword

4. Problem With "window.showmodaldialog("")"

5. "Not implemented" message box

6. Implementing "find" in dbgrid

7. Using "Implements" in VBScript

8. Multiple-level "Implements"

9. Trouble with "Implements" keyword

10. "Base Class"/Implements

11. COM+/MTS component and "implements"?

12. How to implement "go to line"?

 

 
Powered by phpBB® Forum Software