V
VMI
I have two textbox controls and I want my application to automatically
highlight in the second textbox control the same amount of chars (and the
same position) that are being highlighted in the first textbox.
For example, if textbox1 has string "File is open" and textbox2 has "File is
closed", and I highlight 'open' in textbox1, textbox2 should automatically
highlight "close".
Is this possible?
Thanks.
highlight in the second textbox control the same amount of chars (and the
same position) that are being highlighted in the first textbox.
For example, if textbox1 has string "File is open" and textbox2 has "File is
closed", and I highlight 'open' in textbox1, textbox2 should automatically
highlight "close".
Is this possible?
Thanks.