DRAGINFO (Program): Difference between revisions
Appearance
mNo edit summary |
m →Links |
||
Line 12: | Line 12: | ||
==Links== | ==Links== | ||
* | * [dragin.zip] | ||
[[Category:Software written in C]] | [[Category:Software written in C]] |
Revision as of 22:24, 25 July 2023
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.
License
- Public Domain, AS IS
- Author: Christian Sell
Links
- [dragin.zip]