The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: six_L on January 11, 2007, 05:23:08 PM

Title: own MSG
Post by: six_L on January 11, 2007, 05:23:08 PM
hey, all

the DragListBox example is written by donkey. the demo shows how registers Window Message about own MSG(DL_BEGINDRAG,DL_DRAGGING,DL_DROPPED).

in windows, there only has the WM_DROPFILES.
how can i register the own MSG(WM_BEGINDRAGFILES,WM_DRAGGINGFILES,WM_DROPPEDFILES)?


[attachment deleted by admin]
Title: Re: own MSG
Post by: ragdog on September 28, 2009, 08:06:04 PM
Hi

I change a little this source (arrow icon)
this arrow icon draw this function
invoke DrawInsert, hwnd ,[edi][DRAGLISTINFO.hWnd],eax

Can i change this in this look or other icon?

(http://img3.imagebanana.com/img/6i2eqn90/listboxitemsdragdrop.gif)

regards,