From: Chris on 11 Jan 2010 21:45 I use MFC 4.2. There are 2 CListCtrls in my app. I am implementing a drag and drop function from one list to another. How to show the drag image when I still choose which item that will accept the drop? Thank you.
From: Seetharam on 12 Jan 2010 12:36 You can use a CImageList and store a drag image. Look at functions like CImageList ::BeginDrag, CImageList::BeginDrag | CImageList::EndDrag | CImageList::DragMove | CImageList::DragLeave. -Seetharam
From: Tom Serface on 12 Jan 2010 12:56 This article may be interesting to you. It's a little older, but it is still useful information: http://www.codeguru.com/cpp/controls/listview/dragdrop/article.php/c929/ Tom "Chris" <Chris(a)discussions.microsoft.com> wrote in message news:88794696-B9B8-431F-AA4C-0E67F3B0F5D4(a)microsoft.com... > I use MFC 4.2. > > There are 2 CListCtrls in my app. > > I am implementing a drag and drop function from one list to another. > > How to show the drag image when I still choose which item that will accept > the drop? > > Thank you. >
|
Pages: 1 Prev: MSChart and C++ Next: How to implement CImageList::DrawIndirect in MFC 4.2? |