M
mscertified
I'm dealing with phone number input. I have a mask (000) 000-0000. Is there
any way to force the cursor to go to the leftmost position when the user
clicks in a blank control? I've tried everything I can think of and nothing
works without messing up the cursor position when the control is not blank. I
dont want the cursor position to adjust if there are any characters in the
control even if focus has not yet moved off the control. This means I cannot
use the control .Value property and the .Text property does not seem to give
me what I want either.
any way to force the cursor to go to the leftmost position when the user
clicks in a blank control? I've tried everything I can think of and nothing
works without messing up the cursor position when the control is not blank. I
dont want the cursor position to adjust if there are any characters in the
control even if focus has not yet moved off the control. This means I cannot
use the control .Value property and the .Text property does not seem to give
me what I want either.