There's a listbox in my control, and I want to map it's datasource to my control,How can I do that?
And what's DataSource's type? Active Control Interface Wizard declear it as DataSourse e.g:
Public Property Get DataSource() As Recordset
but an error will occur and prompt that DataSourse is an undefined type.