Jump to content
Tuts 4 You

Delphi, How to make DragAndDrop for toolbar


RusSun

Recommended Posts

Hello.

I'm using KOL - Key Objects Library.
How to implement in the program, there is a Toolbar with buttons and a form with a paintbox.
Is it possible to do the following when pressing the button on the icon appeared
the cursor as in DragAndDrop and after the picture was drawn on the paintbox.
That is, it is not necessarily true DragandDrop. It is possible to confine only to changing the type of cursor.
https://yadi.sk/i/6ovsPsZyIGxvGQ
among those represented in KOL_ansi.inc there is none.
const
 IDC_ARROW = MakeIntResource (32512);
 IDC_IBEAM = MakeIntResource (32513);
 IDC_WAIT = MakeIntResource (32514);
 IDC_CROSS = MakeIntResource (32515);
 IDC_UPARROW = MakeIntResource (32516);
 IDC_SIZE = MakeIntResource (32640);
 IDC_ICON = MakeIntResource (32641);
 IDC_SIZENWSE = MakeIntResource (32642);
 IDC_SIZENESW = MakeIntResource (32643);
 IDC_SIZEWE = MakeIntResource (32644);
 IDC_SIZENS = MakeIntResource (32645);
 IDC_SIZEALL = MakeIntResource (32646);
 IDC_NO = MakeIntResource (32648);
 IDC_HANDs = MakeIntResource (32649);
 IDC_APPSTARTING = MakeIntResource (32650);
 IDC_HELP = MakeIntResource (32651);

Or DragAndDrop from the Toolbar can transfer the finished objects to the form. Which in turn contain all the necessary fields with info (color, size, point or points and so on).

Generally interested in any information-). Thank you in advance.

Edited by RusSun
lost Information
Link to comment
  • 3 months later...
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...