try this:
vb Code:
Private Sub TextBox1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TextBox1.MouseDown MsgBox(TextBox1.GetCharFromPosition(New Point(e.X, e.Y))) End Sub
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |