What do you want to know? what have you done? Some thing like this can act as a guideline,
1) Register the mouse1 press event.
2) Record the properties of the item selected.
3) Register the mouse1 release event.
4) Get the location(of the destination), properties etc..etc.. that you may need to do while moving.
5) Create a copy of the item in the new location and if it's successful remove the old item.
6) If the move failed, then remove the created copy in destination and it's associated properties and clear the recorded information
If you want more details, as all experts here say "tell what you have done till now and where you are stuck and the experts(certain ly not me ;-) ) here will help you" .
Last edited by arunmib; Nov 29 '07, 07:21 AM.
Reason: modified comments
Comment