c# - Right click, text capture -
i have c# application runs in bottom right corner of page, wondering how go making application appear when user selects text anywhere (say pdf, browser etc) , right clicks, goes custome selection bit , pastes text in running application.
if made sense of advise me in need researching done.
thanks
i've got dictionary similar.
here's mode of operation (or @ least think does)
when there double click, sends key command (probably ctrl+c) copy selected text. reads text clipboard.
for purpose, implement mouse listening , sending keystrokes article found on codeproject: inputmanager library.
you retrieve copied text clipboard , whatever want it.
Comments
Post a Comment