dragging
From: atw13 (atw13_at_discussions.microsoft.com)
Date: 02/25/05
- Next message: atw13: "RE: Controlling number of decimal places"
- Previous message: Lou: "Controlling number of decimal places"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 24 Feb 2005 20:47:02 -0800
Can anyone point me to some good examples of implementing dragging?
Specifically, I would like to seamlessly drag a picturebox from one panel to
an adjacent panel. I am trying to drag a picturebox along a panel with a
giant background image on it, but it is slow to drag because of the
redrawing. I thought to break up the background image into several smaller
ones, but that would require several panels, and dragging across them.
Other possible solutions, which may or may not be implementable are to
overlap panels and have one large panel over or under the background panels,
but setting it to be transparent seems to show the form background, not the
background of the other panels. Or perhaps there is a way to tell the panel
to only repaint small portions of itself while things are dragged across.
I am new to VS, so any help/examples would be appreciated.
- Next message: atw13: "RE: Controlling number of decimal places"
- Previous message: Lou: "Controlling number of decimal places"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|