|
-
Oct 4th, 2006, 08:48 AM
#1
Thread Starter
Member
[02/03] Dynamic Controls
I have number of text boxes in a Windows form
textbox1,textbox2,textbox3 etc.
I want to retrieve the values from these textboxes dynamically
like => Dim txt as textbox
for i = 1 to 3
txt.name = "textbox" & i
msgbox txt.text
next
This is not working. Can you please help.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|