I have created a subclass of the ListBox that I've added an Event
Defintion to called Update, which will update the contents of the
listbox. The window with this listbox has many of these subclassed
listboxes, so I thought it would be better to have each listbox know
how to update itself rather than place the code for updating a
listbox into a method of the Window.
My understanding is that all I need to do to call that event is use
RaiseEvent Update, but when I try that, I get a syntax error that the
method or property doesn't exist. So I tried RaiseEvent me.Update,
but that reports as simply a syntax error. So I tried just Update,
and then me.Update, but those also report that the method or property
doesn't exist.
What am I missing?
Thanks,
Chuck
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>