tags:

views:

450

answers:

2

I want to write my own file copy program that will run when the user chooses'Paste' (Ctrl+V) in Windows Explorer. Some programs like CopyHandler and SuperCopier are doing this. But I don't know how.

Please help.

+1  A: 

This link can give you the information.

MysticSlayer
A: 

See MSDN on S.E.H. All the code is there... (with samples on Win SDK) (avoid codeproject, not professional (code by students)...)