Drag & Drop User Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a windows application that will perform drag and drop
between a usercontrol on a toolbar and a "user document". As the user
control is being dragged accross the user document, I would like the image of
the user document to be displayed.

The behavior of the dragged item needs to be not unlike that of the cards in
solitare. I can do the standard drag & drop stuff but don't know how to
change the dragged items shape & picture.

Does anyone know an article that would help in my plight?

Thanks

DQ
 
Hi Mona,

Thanks for that Mona but that is not what I am in need of. I need to use
Visual Studio.Net 2003 C++ to create an application that allows me to move
controls around similar to the way in which Visio does it.

Thanks though.

Dave

Mona said:
Hi ,

Regarding this issue, I would like to tell you that you can create
customized Visio solutions to meet the specific needs to change the shape
and the picture of the dragged items. The following site would be helpful in
this case :
http://www.microsoft.com/technet/prodtechnol/visio/visio2002/case/vcssoln.mspx

Hope this helps.

Regards,
Mona [Grapecity]

memHog said:
I am trying to create a windows application that will perform drag and drop
between a usercontrol on a toolbar and a "user document". As the user
control is being dragged accross the user document, I would like the image of
the user document to be displayed.

The behavior of the dragged item needs to be not unlike that of the cards in
solitare. I can do the standard drag & drop stuff but don't know how to
change the dragged items shape & picture.

Does anyone know an article that would help in my plight?

Thanks

DQ
 
Back
Top