简体   繁体   中英

How to make cut copy paste Handlers using C#

I want to make my Cut copy paste handlers using C#. I am using WindowsXP .

Example: If user presses(ctrl+C) or Copy command through right context menu. I want my application will open and do the task in place of Windows Copy window.

Because I want my own design for that.

I heard about using Registry I can do that but how I don't know?

I think this LINK could have something useful to you.

Basically you should build a background application listening to global keyboard events (look at the link for an example). When a user press CTRL-C/CTRL-V just react opening your Copy Window.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM