Hey there--
This is probably the most basic question ever, but I swear to god I can't get this to work.
Say you create a custom control with the superclass ListBox, call it dbListBox, and there's an instance of dbListBox in ListWindow. And you have multiple instances of ListWindow. And ListWindow has a method called LoadList.
How can I call LoadList from an instance of dbListBox? I had thought I could say "self.LoadList", but it doesn't autocomplete or compile. Doesn't "self" refer to the window the control is in?
Anyway. Can somebody please clear up what I assume is... maybe not the smartest question?
Ian _______________________________________________ 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>
