[python-win32] Re: Drag and drop of files (CF_HDROP)

Roger Upole rwupole at msn.com
Mon Sep 22 10:35:24 CEST 2008


mir amicitas" wrote:
> Thank you for you help, that works perfectly.  I can now drag files from 
> my
> program (yay!).
>
> One more question . . .
>
> In the Microsoft specification for DoDragDrop there are 4 arguments (data,
> source, allowed effects, used effect).  However in the pythoncom
> implementation only 3 arguments are allowed.  Is there a reason for this?
>
> Here is the page on that function from ms:
> http://msdn.microsoft.com/en-us/library/ms678486(VS.85).aspx
>
> - novi

The last arg is output, and will be returned from the function.

        Roger



More information about the python-win32 mailing list