Hi,
How is it possible to loop through all the textbox controls which are in a group box control?
So then I will be able to clear the text boxes within the group boxes.
Thanks
Printable View
Hi,
How is it possible to loop through all the textbox controls which are in a group box control?
So then I will be able to clear the text boxes within the group boxes.
Thanks
Hi,
Use myGroup.Control(index).Text = ""