I have an issue when selecting a control with the mouse.
I am using the SelStart and SelLength properties in the GotFocus event on my controls, but when I get focus on the control using the mouse the text selected starts at the begining and only selected the text upto the point at where the mouse pointer is situated.
e.g.
If the contents of a textbox is "Please Select ...", and the mouse is used to get focus with the pointer over the S, the selected text is "Please S
I am using the SelStart and SelLength properties in the GotFocus event on my controls, but when I get focus on the control using the mouse the text selected starts at the begining and only selected the text upto the point at where the mouse pointer is situated.
e.g.
If the contents of a textbox is "Please Select ...", and the mouse is used to get focus with the pointer over the S, the selected text is "Please S