Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~225 People Reached
Favorite Forums
Favorite Tags
Member Avatar for HappyMe

I'm using verion 3.5 of the .NET framework I have a form with a number of controls including text boxes. All my text boxes are named in the style txb_name, can I search for controls with txb in their name? The following code doesn't work: [code] For Each tb As …

Member Avatar for HappyMe
0
74
Member Avatar for PEFCa

If I had 5 text boxes on a form, TextBox1...TextBox5, is there a method to do something like this? [code] Dim strFld As String For intFor = 1 to 5 strFld = "TextBox" & intFor Me(strFld).Text = intFor Next [/code] It doesn't like the line of Me(strFld) but I figure …

Member Avatar for kvprajapati
0
151