P
Paul Bromley
Can someone tell me if there is any way of doing this? As an example - let
us say that I have a button called cmdLetter and a textbox called txtLetter,
can I in some way manipulate the names of these controsl to extract the
string Letter and then use this string later to refer to the Controls?? I
can think of a number of ways in my coding that this would be very useful -
especially in a number of applications where I have a number of related
textboxes and command buttons. I was hoping setting the Text property of the
relevant command button so that I could then pass this as a parameter to a
Class and identify the relevant button and textbox with far less coding.
Hope that you understand what I am getting at.
Best wishes
Paul Bromley
us say that I have a button called cmdLetter and a textbox called txtLetter,
can I in some way manipulate the names of these controsl to extract the
string Letter and then use this string later to refer to the Controls?? I
can think of a number of ways in my coding that this would be very useful -
especially in a number of applications where I have a number of related
textboxes and command buttons. I was hoping setting the Text property of the
relevant command button so that I could then pass this as a parameter to a
Class and identify the relevant button and textbox with far less coding.
Hope that you understand what I am getting at.
Best wishes
Paul Bromley