R
Randy Dod
Is there a way to tell where the cursor is located in a
textbox at any given moment? I specifically need to know
where the cursor is located in the sentence the user is
currently typing. The CurLine property is great, but CurX
only tells me in pixels where I am relative to the whole
form, and of course it varies depending on the font you
use. I need to check as the user types if what they are
typing matches any autotext or autocorrect entries.
Thanks in advance for any help.
textbox at any given moment? I specifically need to know
where the cursor is located in the sentence the user is
currently typing. The CurLine property is great, but CurX
only tells me in pixels where I am relative to the whole
form, and of course it varies depending on the font you
use. I need to check as the user types if what they are
typing matches any autotext or autocorrect entries.
Thanks in advance for any help.