Ecco il codice:
Public Property Get DataSource() As DataSource
Set DataSource = Text1.DataSource
End Property
Public Property Set DataSource(ByVal New_DataSource As DataSource)
Set Text1.DataSource = New_DataSource
PropertyChanged "DataSource"
End Property
Quando cerco di creare l'OCX mi viene risposto:
"Tipo definito dall'utente non definito" in questa riga:
Public Property Get DataSource() As DataSource
Come risolvere l'increscioso problema?
Michelino
Sniff....