Hi,
Yes that is exactly like mine project.
Code like this in your class (FundVolumen)
-------------------------------------------------
Dim OpForm as form
Public Property Let ChangeOnForm(TheForm)
Set OpForm = TheForm
End Property
public sub ChangeCaption(Caption as string)
Set OpForm.Caption = Caption
end sub
-------------------------------------------------
And then in your vb project (Fundus):
--------------------------------------------------
Dim Test as new FundVolumen
FundVolumen.ChangeOnForm = Me 'Me is synonym for the current form
Fundvolumen.ChangeCaption("Er du dansk?"

--------------------------------------------------
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'