OK, now Microsoft went to far, Textboxes used to have SelStart and SelLength. Now I notice that they are not present in the new textbox controls, what gives. What do we do now to select the text in the textboxes?????
Thanks
Printable View
OK, now Microsoft went to far, Textboxes used to have SelStart and SelLength. Now I notice that they are not present in the new textbox controls, what gives. What do we do now to select the text in the textboxes?????
Thanks
They are there. They are just different. Its SelectionStart and SelectionLenght
Thank you, I have noticed that they have re-named many methods, and properties. I do not quite understand the need to rename them, but then again I did not write the interface.
I will look a little closer from now on..
Thanks again