Cursor Placement

G

Guest

I'm trying to have the cursor be positioned at the beginning of a combo box
when the user clicks on it with the mouse, regardless of where the mouse
pointer is in the box when clicked. So far I've tried Me.Combo.SelStart=0 in
the OnEnter, GotFocus, and OnClick events, but nothing works.

What can I do to make sure the cursor position is set at zero, even if the
pointer clicks at position 5?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top