Thanks.
M
mrviceroy
@mrviceroy
Posts
-
How to Hook Notepad? -
How to Hook Notepad?Could you give me the time or url, please? Thank you.
-
How to Hook Notepad?What I am trying to make is a Sidekick translator. As soon as a user launches it, it minimizes to taskbar. When mouse is hovering on top of a word, it should pop up a tip-window with its corresponding explanation found in the database. I've successfully hooked up Notepad.exe and had the following API functions replaced: TextOutA, ExtTextOut, DrawTextA, DrawTextEx. But none of them seems to be what Notepad uses to display text. Could someone be of help? Thanks a lot.