UncleRonin
Well-known member
I have a graphical keyboard where the user clicks a character and it gets added to a textbox. I had homemade code which gets caret positions and selections and pretty much goes nuts... so I decided to use SendKey instead. It all works great except I cannot for the life of me get a BackSpace button to work.
I've tried SendKey.Send("{BACK}") , {BS} and {BACKSPACE} but neither of them work. I've searched all over the place but can't find out why. The textbox gets selected just before SendKey is called yet nothing happens.
Is this some thing to do with SendKey, backspace or am I missing something? Its not a big deal but this is one of those things I HAVE to know for the sake of learning something new. Does anyone have any ideas?
I've tried SendKey.Send("{BACK}") , {BS} and {BACKSPACE} but neither of them work. I've searched all over the place but can't find out why. The textbox gets selected just before SendKey is called yet nothing happens.
Is this some thing to do with SendKey, backspace or am I missing something? Its not a big deal but this is one of those things I HAVE to know for the sake of learning something new. Does anyone have any ideas?