How do i get where the mouse is in the text box like the x and y so i can get a combo box apper to it like wher the mouse is in the text box this is what i have and its not working

If Text1.Text = "<" Then
Combo1.Visible = True
combo1.top = text1.text = seltext
End If

some one help me