Click here to Skip to main content
15,900,725 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Iam new to Wpf my requirement is to develop application in wpf someway similar to movie maker,
where we can import videos , drag and drop selected videos and play the selected video by clicking on it in a media element.

well importing videos is o.k
but the problem is how to drag and drop video clips and play the selected video in a player.
i cant find any post in google related to videos drag and drop in wpf

any suggestions will be much appreciated..
Posted

1 solution

Set AllowDrop property of the MediaElement control to True. Then handle MediaElement's DropDrop event.
 
Share this answer
 

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