Hi.
How acces a propieries from control by name..
example:
List of controls
Panel1.height = 100
Panel2.height = 200
Panel3.height = 300
Panel4.height = 400
Sub SizePanel(strNamePanel as String) as int
Dim nH as Int
nH = strNamePanel.height <--- how acces a properties from name of control.
return nH
end sub
How acces a propieries from control by name..
example:
List of controls
Panel1.height = 100
Panel2.height = 200
Panel3.height = 300
Panel4.height = 400
Sub SizePanel(strNamePanel as String) as int
Dim nH as Int
nH = strNamePanel.height <--- how acces a properties from name of control.
return nH
end sub