I have a bunch of colors as preferences in my application (Title
color, text color, border color, etc...). I'd like the option to copy
a color from one parameter to another by dragging the first color and
dropping it in the second color parameters space.
My question is how do I replicate the ItemDrag event that starts the
whole thing off? I'm stuck using either Buttons or PictureBoxes (due
to the need to display the selected color to the user). So how do I
replicate the ItemDrag event in an object that doesn't support it?
Tom P.
color, text color, border color, etc...). I'd like the option to copy
a color from one parameter to another by dragging the first color and
dropping it in the second color parameters space.
My question is how do I replicate the ItemDrag event that starts the
whole thing off? I'm stuck using either Buttons or PictureBoxes (due
to the need to display the selected color to the user). So how do I
replicate the ItemDrag event in an object that doesn't support it?
Tom P.
Comment