Hello,
I'm trying to write an application which will allow the user to move objects such as Labels between different Panels.
I've managed to move the objects in one panel (using MouseDown/MouseUp/MouseMove) but cannot drop the object to another panel. The objects actually stays bound to it's original owner's form.
The "Panel.DragEnte r" only accept objects from outside the application (text files, pictures...)
Could you please advise ?
Thanks in advance
I'm trying to write an application which will allow the user to move objects such as Labels between different Panels.
I've managed to move the objects in one panel (using MouseDown/MouseUp/MouseMove) but cannot drop the object to another panel. The objects actually stays bound to it's original owner's form.
The "Panel.DragEnte r" only accept objects from outside the application (text files, pictures...)
Could you please advise ?
Thanks in advance
Comment