DragInfo Sample: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
This program provides information for testing and debugging drag-and-drop applications. | 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). | 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). | ||
Line 7: | Line 7: | ||
This program was created using code from the DROPINFO sample program that comes with the Redbook Vol.4 sample code. Both programs complement eachother. | This program was created using code from the DROPINFO sample program that comes with the Redbook Vol.4 sample code. Both programs complement eachother. | ||
As far as I'm concerned you may use this code in whatever way you choose, provided I'm in no way responsible for the outcome. | As far as I'm concerned you may use this code in whatever way you choose, provided I'm in no way responsible for the outcome. | ||
==Author== | ==Author== | ||
Line 19: | Line 13: | ||
==Links== | ==Links== | ||
* https://github.com/OS2World/DEV-SAMPLES-C-DragInfo | |||
[[Category:Development Samples]] | [[Category:Development Samples]] | ||
Latest revision as of 07:28, 9 February 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 eachother.
As far as I'm concerned you may use this code in whatever way you choose, provided I'm in no way responsible for the outcome.