Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how i can drag and drop image in ployogn to another poloyogn
Posted
Comments
Sandeep Mewara 28-Oct-12 8:55am    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.
Sergey Alexandrovich Kryukov 28-Oct-12 12:40pm    
It's nothing special, but just needs considerable work -- just needs to start from drag-n-drop basics -- I provided links, please see my answer.
--SA

1 solution

I'm sure you can, but don't think there could be a ready-to-use function to do exactly this. You can do it only if you implement it by yourself using available WPF drag-n-drop functionality. Start here:
http://msdn.microsoft.com/en-us/library/ms742859.aspx[^].

These tutorials can also be useful:
Drag and Drop in WPF[^],
Drag and Drop in WPF - Part II[^];
a really short one: http://wpftutorial.net/DragAndDrop.html[^].

More on CodeProject:
http://www.codeproject.com/search.aspx?doctypeid=1&q=WPF+drag+drop[^].

Good luck,
—SA
 
Share this answer
 
Comments
Sandeep Mewara 28-Oct-12 12:57pm    
Good references and details to start up. 5!
Sergey Alexandrovich Kryukov 28-Oct-12 13:03pm    
Thank you, Sandeep.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900