Re: Mike D Sutton please need help....



I looked at the page but it is not exactly what I'm looking for.
I have a form with a PictureBox, an ImageList and an Image.
The ImageList holds the icons I want to show. THey are loaded into the Image.
Then the image is displayed in a circle on the form. With one extra in the middle of
the circle. The one in the middle of the circle should be connected
with all the others with a rope.

Rope? Presumably this is just a line?

I want to be able to drap all the icons into another position.

To move the positions of your objects, you'd need to re-draw the background to erase the objects in their current
positions, and re-draw them in their new positions. If you need to pick objects up and drag them to a new position then
you'd need to write some kind of hit-test then erase and re-draw the objects as they're dragged.
Hope this helps,

Mike


- Microsoft Visual Basic MVP -
E-Mail: EDais@xxxxxxxx
WWW: Http://EDais.mvps.org/


.



Relevant Pages

  • Re: Mike D Sutton please need help....
    ... class module rope: ... Then the image is displayed in a circle on the form. ... with all the others with a rope. ... To move the positions of your objects, you'd need to re-draw the background to erase the objects in their current ...
    (microsoft.public.vb.winapi.graphics)
  • Re: Performance needed for planetary visit
    ... up a spy using a long rope and flying in circles. ... The weight swings around in a very ... small circle much tighter than the airplane. ... Liquid core and gas core nuclear ...
    (rec.arts.sf.science)
  • Re: Circle code
    ... Grab a piece of rope. ... Attach one end of the rope to one pencil. ... Put the isolated pencil where you want the center of the circle. ...
    (comp.programming)
  • Best quick-connect for rope?
    ... targets for practicing short golf shots. ... If I am practicing 10-yard chip shots, ... circle with a radius of 1 yard. ... I would like to make up a bunch of lengths of rope that are each 2-pi ...
    (alt.home.repair)
  • DrawCircle with Pen that erase the Pixels inside
    ... i want to use the drawCircle method to erase a circle in a bitmap... ...
    (microsoft.public.dotnet.framework.drawing)

Loading