Here's something I've been trying to do, hope someone can help with it...
I want to move files from one location on my computer to another using listboxes. What I want to do is set up two list boxes side by side, I want listbox1 to display the contents of a particular folder on my computer, and listbox2 to display a list of folders so that I can drag files from listbox1 into the folders displayed in listbox2, and the files would then be copied to the new directory.
is it possible to do this? I have been looking into it for a while and methods for dragging and dropping files using listboxes doesn't seem to be very well documented.
Can anyone give me a hand with this?
Also as a side-question, is it possible to use mouseover commands on particular items in a listbox? So for example, each item would display a different image in a picturebox or something.
Thanks
I want to move files from one location on my computer to another using listboxes. What I want to do is set up two list boxes side by side, I want listbox1 to display the contents of a particular folder on my computer, and listbox2 to display a list of folders so that I can drag files from listbox1 into the folders displayed in listbox2, and the files would then be copied to the new directory.
is it possible to do this? I have been looking into it for a while and methods for dragging and dropping files using listboxes doesn't seem to be very well documented.
Can anyone give me a hand with this?
Also as a side-question, is it possible to use mouseover commands on particular items in a listbox? So for example, each item would display a different image in a picturebox or something.
Thanks