in reply to Enabling Drag and drop using Win32::GUI

That module enables drag-n-drop on a Window, but not on individual controls.

The docs say you need to patch the Win32::GUI XS file, but that's for an older version of Win32::GUI. It may be that the methods are moved into the Win32::GUI core already, but I'm not sure.

/J

  • Comment on Re: Enabling Drag and drop using Win32::GUI