From: Johan L. <jp...@bo...> - 2001-05-04 17:49:16
|
Dave wrote: >$window->SetWindowLong(-20, 128); #-20 = GWL_EXSTYLE. 128 = >WS_EX_sometoolbarconstantorother. Ahh... This is the 128 message: #define WS_EX_TOOLWINDOW 0x00000080L (This is documented in the Win32 Programmer's Reference help file and in the winuser.h file from Visual C++) And this would be _so_ neat to use: WS_EX_ACCEPTFILES -- Specifies that a window created with this style accepts drag-drop files. Anyone have any idea of things I have to think about if I want to try to implement a drag-n-drop feature? I have already found the correct set of functions and messages in the Win32 Reference. /J -- Johan Lindström, Sourcerer, Boss Casinos Ltd, Antigua jp...@bo... |