Just to re-light this old flame as I now could do with this working to help out Kevin in
this thread.
I'm trying to extend the NotificationWrapper to add the required functionality.
I write
Public Class AdvancedNotification extends NotificationWrapper{
....New functions
....
}
When I add the library and try to use it the Tool Tips from the methods found in the original object are not present. Is it possible to Bring these forward.
Also, is it possible to access the private subs in the super class.
i.e. initiate
from new library?
Would I just be better copying the code of the original NotificationWrapper.
Thank you...