dragging

From: atw13 (atw13_at_discussions.microsoft.com)
Date: 02/25/05


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.



Relevant Pages

  • Re: [kde] Cant move Icons in top panel, KDE 4.3.1
    ... accidentally drag something elsewhere. ... Usually, the plasmoid I'm ... click the cashew or select panel settings from the right-click, ... autohide), left-clicking the cashew produces the resizer widget, but one ...
    (KDE)
  • Re: Drag and drop
    ... global variable whose value you set when the drag begins. ... I have a windows form with a panel which plays thw role of the target. ... tools palette. ... I want when the user drags the user control from the palette window, ...
    (microsoft.public.dotnet.framework.windowsforms)
  • DragDrop question
    ... panel and a ListView. ... I also allow the user to drag an object ... just clicks on an object in the panel but the MouseClick event is never ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Problem dragging & dropping toolbox items onto form
    ... item onto a form in the Window Forms editor, ... Try to drag a splitter panel over. ... I'm still holding the mouse button) immediately adds the control to ...
    (microsoft.public.dotnet.general)
  • Re: [opensuse] KDE 3 users: Whats missing in KDE 4.3?
    ... Drag and release sometimes did not work. ... you try to move a panel widget. ... You end up interacting with the icons that are "underneath" instead. ...
    (SuSE)

Loading