R
raviki
I am writing a transliteration program in Visual Basic 6. It automatically transliterates characters typed in word to any of the Indian languages. For this the VB6 front end should know the characters that are typed in word. I tried to use the Windowselectionchange event of MS Word in the VB Program. The windowselectionchange event is fired whenever I move the cursor to a new location, press the delete key, made a new selection. However when I type in new text or press the enter button, or press the delete back arrow key the event is not fired
What is the way to know the characters that are added (including enter key press) or deleted by the user in Word so that automatic transliteration can be done as the user types in?
What is the way to know the characters that are added (including enter key press) or deleted by the user in Word so that automatic transliteration can be done as the user types in?