slloyd has asked for the wisdom of the Perl Monks concerning the following question:

Is there a way to enable drag and drop using Win32::GUI? What about on specific controls within a window? Thanks for any suggestions.. Steve
  • Comment on Enabling Drag and drop using Win32::GUI

Replies are listed 'Best First'.
Re: Enabling Drag and drop using Win32::GUI
by PodMaster (Abbot) on Jul 09, 2004 at 06:52 UTC
Re: Enabling Drag and drop using Win32::GUI
by jplindstrom (Monsignor) on Jul 09, 2004 at 14:20 UTC
    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