Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi

I'm actually designing a simple Dj mixer i would like to drag and drop Audio files from a
List Box to another List Box in the same Form
how can i do it with C# i did some research on it but couldn't find any interesting code about it
please can you help
Posted
Comments
Sergey Alexandrovich Kryukov 4-Nov-13 21:22pm    
When you say "ListBox", the question is: which one? Full type name, please.
—SA
amatsam 5-Nov-13 21:26pm    
don't worry the next time i'll make sure to use full type names
ZurdoDev 4-Nov-13 21:57pm    
There are lots of examples online. Are you stuck on any particular spot?
amatsam 5-Nov-13 21:34pm    
Am using NAudio API to play my wave files i have included three "ListBox" and i want to drag and drop my Wav files from one of my ListBox to another some of the example that i have seen so far were most base on "String" Files and not Audio Files
ZurdoDev 5-Nov-13 21:39pm    
Does that matter? All you are doing is dragging and dropping ListBoxItems.

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