I want to be able to move the cursor in a textbox in vb.net.
Basically I want to programatically do what a user does when he hits the left or right arrow key.
I need to do this without using any sort of sendkeys approach, basically, I mustn't fire the keypress/keydown events.
Any thoughts?
Basically I want to programatically do what a user does when he hits the left or right arrow key.
I need to do this without using any sort of sendkeys approach, basically, I mustn't fire the keypress/keydown events.
Any thoughts?