Hey all,
I am having trouble converting a string value to a text box name.
The text boxes are created at runtime and I need to get the text value out so I can store them. I keep getting the error
Error 24 Value of type 'String' cannot be converted to 'System.Windows.Forms.TextBox'.
Here may code
PartName = CType("Txtdynamic" & intcountt & "_mycntrl", TextBox).text
wHAT DO I need to do .
Please really need to sort this
Thanks
James