Hey, i'm recently new in this forum, so if i'm doing something wrong, please tell me!
I have a problem that is driving me nuts!
Here's the thing, i want to know if there is any way of remove checkboxes dynamically, with code. I know that there is a way to add them, but i dont know how to remove them!
To add them, i have this code:
Me.Controls.Add(ChkBox)
ChkBox.Location = New Point(offsetWidht, offsetHeight)
ChkBox.Text = sqlRead.Item(1).ToString
ChkBox.Name = sqlRead.Item(0).ToString
There is any code to do the opposite, to remove them?
Best regards,
Rafael Sousa