Win API and reg. CTRL+C

michalss

Member
Joined
Jan 2, 2008
Messages
8
Programming Experience
Beginner
Hi members i have a small problem. I would like to register kom. of keys in API and do action. Problem is i dont know how . I was able found a few examples but o was not what im lokking for.
Super example is flashGet . Im trying to do exactly same thing. If u selecte download links anywhere in the windows a press cTRL+C then import them to the my application. If you know how flashGet works you know what i mean.

importing function is done just need this reg. keys and .....


Thank you
 
Ctrl-C is a general OS shortcut meaning "copy (to clipboard)", so the app is probably monitoring the clipboard for changes and if there is Url text it asks to download? (just guessing here, haven't tried flashGet :)) If you want to try check this thread about SetClipboardViewer API.
 
Back
Top