News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

own MSG

Started by six_L, January 11, 2007, 05:23:08 PM

Previous topic - Next topic

six_L

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]
regards

ragdog

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?



regards,