I am wondering if anyone has any code for setting the TabIndex of controls on a Form at runtime? I am thinking of writing this myself, but thought that I should ask first before writing it?
I am thinking of getting a list of all visible controls on a form, sorting the list by the location property and setting the TabIndex value incrementally.
Does anyone have any code for this already working?
I am thinking of getting a list of all visible controls on a form, sorting the list by the location property and setting the TabIndex value incrementally.
Does anyone have any code for this already working?