Hi
I want to create a window form that allows the user after an open file dialog has been used to populate a window form with the picture index, picture (can be as a small tile) and file name (no folder). Then there must be drag drop functionality in the same window form. Must be to select multiple files or rows to change the order.
I have play around with list boxes, listviews. I'm thinking that it will be a combination of a listview to show the picture and file name and labels unless anyone else has any ideas. Listboxes didn't allow multi-select. I also started playing around with the mouse over, mouse down, dragdrop/itemdrag, dragdrop.
Again the language is visual basic.
Thanks again for your assistance