Drag image?

Vadim Zeitlin vadim at wxwidgets.org
Tue Nov 6 10:52:43 PST 2007


On Tue, 6 Nov 2007 19:15:01 +0100 Manfred Hanke <annonce at free.fr> wrote:

MH> I have the same problem for drag/drop
MH> I use my own implementation for window, I try later to use the OSX way...
MH> 
MH> in MSW you need to use "IDragSourceHelper"
MH> IDragSourceHelper* pDragSourceHelper;
MH> pDragSourceHelper->InitializeFromBitmat
MH> pDragSourceHelper->InitializeFromWindow
MH> 
MH> I hope this will be implemented in the next version of wxWidget :)

 Why not contribute your code as a patch for a start? It shouldn't be
difficult to modify the code in src/msw/ole/drop*.cpp.

 And to answer the OP, for now you can create custom cursors and use them
in wxDropSource ctor.

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list