drag&drop with listbox

i'm kindof a newbie, and i was wondering if it's possible to drag an item from a common listbox, and drop it on some other window. it seems the CListBox class doesn't have anything to support this, and i wondering if there's any way to do it. i've never done anything before that involves drag&drop, so sorry if the question sounds stupid...
[366 byte] By [bundy] at [2007-11-17 17:10:21]
# 1 Re: drag&drop with listbox
Take a look at this article:
Drag and drop list ( http://www.codeproject.com/listctrl/dragtest.asp)

I don't know if it uses an image list or not, but if it does, let me know and I can give you some code to create the image to drag on the fly.
Good Luck.
Runt888 at 2007-11-10 8:18:36 >