Dear all,
if i scan all form's controls with for next
is it possible to get a specific property value of the control by passing a string with property's name.
For example:
Dim ctl as Control
for each ctl in me
' Call a function which i will supply it
' like this:
' ReturnProperty("Width") and return
' then Width value of the current control in for
next
Many thanks
if i scan all form's controls with for next
is it possible to get a specific property value of the control by passing a string with property's name.
For example:
Dim ctl as Control
for each ctl in me
' Call a function which i will supply it
' like this:
' ReturnProperty("Width") and return
' then Width value of the current control in for
next
Many thanks