I am trying to get the text from a multiline textbox at the point where it is clicked using Me.TextBox1.SelectionStart().

the click event of the textbox doesn't fire, should it?

I tried a panel underneath the textbox but click only fires if you click outside the textbox area.

I have considered using a listbox and SelectedIndexChanged but it doesn't scroll.

any ideas how I can get the desired effect with either a textbox or listbox?


Thanks in advance.