i am new to C# 2005 i created the array of text boxes like this
numerictextbox1 .NumericTextBox[] PrReading = new numerictextbox1 .NumericTextBox[6];
what i want to know, is it possible for me to display the index number of the text box in which the focus is. for example if i am in first text box the index number will be 0 and if i am in second text box the index number will be 1. I do it this is vb6 but don't know how to do it in c#.
Thanks
numerictextbox1 .NumericTextBox[] PrReading = new numerictextbox1 .NumericTextBox[6];
what i want to know, is it possible for me to display the index number of the text box in which the focus is. for example if i am in first text box the index number will be 0 and if i am in second text box the index number will be 1. I do it this is vb6 but don't know how to do it in c#.
Thanks
Comment