
Pass an Object (a Form) as a parameter to an OCX: possible
I would like to pass an object (a Form) as a parameter to an OCX I am trying to write.
Apparently, VB does not like at all my
Public Sub XXXXX(frm as Form, ....)
Is there a workaround ?
I would like to collect quite a few informations on that form:
Icon, Picture
Left Top Width Height
and perform a few mistreatments
Enable / disable / hide it....