N
Nancy
BlankI'm new to VB.NET and OOP and have been reading and surfing the web in
an attempt to learn and understand. At this point I'm spinning my wheels and
wasting time. I want to be able to move a control1 around on a panel1, which
I am using as a design surface on a form. I can't find examples of how to
MOVE an *entire control* WITHIN the same container (i.e. panel, form) at
runtime. How would this be done using drag and drop? Should I use
mousedown/move/up events instead? If yes, how? Once I get over this hurdle I
want to use a line control (I'll have to create it) to intelligently connect
2 controls. Then, when I move any of the connected controls I need the
connections to remain intact. Any ideas on how to do this?
Many, many thanks in advance.
Nancy
an attempt to learn and understand. At this point I'm spinning my wheels and
wasting time. I want to be able to move a control1 around on a panel1, which
I am using as a design surface on a form. I can't find examples of how to
MOVE an *entire control* WITHIN the same container (i.e. panel, form) at
runtime. How would this be done using drag and drop? Should I use
mousedown/move/up events instead? If yes, how? Once I get over this hurdle I
want to use a line control (I'll have to create it) to intelligently connect
2 controls. Then, when I move any of the connected controls I need the
connections to remain intact. Any ideas on how to do this?
Many, many thanks in advance.
Nancy