Is it possible to have drag & drop associated with a list browser? Or is it only associated with a Window or a specified area of the Window?
Also, is there any example code demonstrating Drag & Drop anywhere?
I would like to implement dragging and dropping of video files into a list browser.
Thanks in advance to anyone who can help.
Associated to a window, maybe to area, as well. You need to write code yourself to put files name to a listbrowser list.
Something like this:
That's out of memory without testing.
Thank you!