Ambitious contributor
14Feb2008,15:47   #11
imrantechi's Avatar
ya you are almost right about enumeration
Ambitious contributor
14Feb2008,15:50   #12
imrantechi's Avatar
see the order of creation is the order in which you create the controls.
system has nothing to do with the creation order.

if you write code to create Radio Button 1 ,then edit box, then RadioButton 2, they will be creted in the same order.
Ambitious contributor
14Feb2008,15:52   #13
imrantechi's Avatar
see in my code go through the create controls function .

in that i have created combo box first,then radiobuttons.....................

what ever is the order of creation ,same is the order of enumeration.
Ambitious contributor
6Mar2008,14:45   #14
parvez.yu's Avatar
i needed child proc enumeration