I need a simple Windows project (for Visual Studio 6) that demonstrates dragging a button's bitmap image on a dialog.
I cannot use OLE. I need it to behave like the Windows shell (I want the effect of taking a copy of the bitmap image and making it translucent and when you get close to the target, the target changes color to give feedback that you are on the target).
I am using CBitmapButtons. I want to drag them and drop them in other places on the same dialog.
Start Free Trial