G
Guest
I have been searching the www for 3 hours. I have a Custom Object with a
Public Property of "ControlRes" I have a win form that I dynamically spray
this control onto with the name of "Image1" at run time I can not access the
Image1.ControlRes property. I have tried using for each Control in
Countrols.count and looking for the name of the control. I can find it and
set the standard properties like Top and Left, but since a standard object
does not have the property of "ControlRes" I have no access to it. I have to
add the custom control dynamically due to not knowing how many I need.
Someone please help.
Public Property of "ControlRes" I have a win form that I dynamically spray
this control onto with the name of "Image1" at run time I can not access the
Image1.ControlRes property. I have tried using for each Control in
Countrols.count and looking for the name of the control. I can find it and
set the standard properties like Top and Left, but since a standard object
does not have the property of "ControlRes" I have no access to it. I have to
add the custom control dynamically due to not knowing how many I need.
Someone please help.