Fellows i need some help.
I have two panels on a form. one panel has some controls like buttons or images and second panel is empty. i want to drag a control from panel 1 and drop it to panel 2. but it should create a copy of control, and while dragging a rectangle should be shown of same size as control and when dropped in panel 2 the dragged shape should appear there at mouse position Actually i want to create a simulator like thing. that has some tools in panel 1 and when someone drag and drop a tool on panel 2 it should appear there at mouse position .
language doesn't matter may be C# or Vb.net
Thanks.