Link to home
Start Free TrialLog in
Avatar of m_adil
m_adil

asked on

How t o change Control Name...

How can I convert a string to Control name.
Ex. I have a string str1="Text1", a text box control named Text1. Now I want to type cast str1 so that I get Text1.Text into another string.
Is there any way to do this in VB??
ASKER CERTIFIED SOLUTION
Avatar of caraf_g
caraf_g

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of m_adil
m_adil

ASKER

Thanks