Skip to content

AHK-just-me/DoDragDrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

DoDragDrop - Drag&Drop for AHK

State: Beta

Sources:

  • SHDataObject.ahk
    Data object with support fro drag images on Win Vista+.

  • SHDoDragDrop.ahk
    Example of a function calling the SHDoDragDrop API (Win Vista+).

  • SHDoDragDrop_sample.ahk
    Simple example for the use of SHDoDragDrop().

  • DoDragDrop.ahk
    Example of a function which is calling the DoDragDrop API.

  • IDataObject.ahk
    Partial implementation of the IDataObject interface.

  • IDropSource.ahk
    IDropSource interface.

  • IDragSourceHelper.ahk
    IDragSourceHelper interface.

  • IDropSource_Sample.ahk
    Simple example for the use of IDropSource.

  • IDropTarget.ahk
    IDropTarget interface including IDropTargetHelper calls.

  • IDropTarget_Sample.ahk
    Simple example for the use of IDropTarget.

  • IEnumFORMATETC.ahk
    Partial implementation of the IEnumFORMATETC interface.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published