G
Guest
I have what is probably a stupid question, but I have an array of controls
based on a custom control I want to allow users to drag and drop from one
form (similar to a toolbox) onto the primary form. The custom control has a
bitmap and contains text that varies among the array of custom controls on
the first form. I realize the DoDragDrop function permits passing of text or
image data, but is there any way to pass both pieces of information to the
primary form?
based on a custom control I want to allow users to drag and drop from one
form (similar to a toolbox) onto the primary form. The custom control has a
bitmap and contains text that varies among the array of custom controls on
the first form. I realize the DoDragDrop function permits passing of text or
image data, but is there any way to pass both pieces of information to the
primary form?