Jump to content

DRAGINFO (Program): Difference between revisions

From EDM2
Created page with "==Description== This program provides information for testing and debugging drag-and-drop applications. When an object is dragged from this program's window, the window shows..."
 
No edit summary
Line 8: Line 8:


This program was created using code from the DROPINFO sample program that comes with the Redbook Vol.4 sample code. Both programs complement each other.   
This program was created using code from the DROPINFO sample program that comes with the Redbook Vol.4 sample code. Both programs complement each other.   
==Download==
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/wps&file=dragin.zip DRAGIN Hobbes]


==License==
==License==
Line 13: Line 16:


==Author==
==Author==
* [[Christian Sell]]


[[Category:Tools]]
[[Category:Tools]]

Revision as of 22:26, 19 January 2014

Description

This program provides information for testing and debugging drag-and-drop applications. When an object is dragged from this program's window, the window shows the messages received from the target.

Additionally, the Draginfo and Dragitem-structures that are used to specify the requested operation can be configured on screen.It is also possible to select the desired Drag-API (DrgDrag or DrgDragFiles).

This program only simulates the dragging; no explicit rendering is performed (yet).

This program was created using code from the DROPINFO sample program that comes with the Redbook Vol.4 sample code. Both programs complement each other.

Download

License

  • Public Domain, AS IS

Author