Moving Circles within a form?

whitezombie

Member
Joined
Jul 20, 2009
Messages
7
Programming Experience
10+
Anyone have a good example or some code I can examine that will do this?

The purpose of this (maybe there is a better method I don't know) is to so the user can say what order they want pieces of code to be compiled in. Sort of like a flow-chart. I want it somewhat animated, so, example being 3D circles the user drags and drops in the order they want things.

1. I need 4 circles inside of a form.
2. I need it so when the user selects the circle, they can drag and drop it in an order.
3. User clicks OK to finish their chosen order.

Thanks in advance for any help, I'm new to animation. I haven't designed anything before that needed to check the borders of the form etc.
 
Take a look at this thread from MSDN. It deals with the same sort of thing that you want to do except that it uses FlowChart shapes not circles. The principle is the same, however.

If that does not help, try Googling/Binging on vb.net diagramming program, there are quite a few hits, but not a lot of source code (in the first couple of pages, anyway).

Good Luck!
 
Back
Top