tags:

views:

78

answers:

0

I am trying to find a way of enabling scrolling through words with Ctrl+ arrow keys on my web browser control, I have a key down event on the browser body as the text inside it needs to be edited with shortcut keys. On the event that i want to scroll through words i have used IHTMLTxtRange.move("word", 1) but this does absolutley nothing! Can somebody please tell me how i can do this??

related questions