Click here to Skip to main content
16,012,223 members

Comments by Zubin 2 (Top 2 by date)

Zubin 2 21-Apr-11 2:50am View    
No, i am not accepting the solution based on Shell Context Menu because context menu will not provide me the prevention of cutting and copying a file of particular type(also you have told me in your valuable reply--thanking you for that).

Thus, I focused on
1> Manipulating clipboard for when user select cut/copy from context menu
2> Manipulating IDataObject object for dragged scenario.

I have implemented manipulation of clipboard successfully.
I have almost done to cover up dragged scenario with little problem as i documented at codeproject with subject:"Is there any documented way to filter dragged data?"

kindly read it.

Thanking you for your interest in solving my problem.
Zubin 2 20-Apr-11 3:10am View    
Thanking you both for your reply