Click here to Skip to main content
15,887,294 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have taken a panel and i have drawn graphics controls such as rectangle etc.
and now i want to drag and drop that control on a same panel.
please give me solution for it as early as possible.

Thank you
Posted
Comments
Sergey Alexandrovich Kryukov 25-Jan-12 1:45am    
What panel? what control? Do you think there is only one type called "Control", only one called "Panel". No!
How about fully-qualified names? You need to tag your UI library if you use any, always.
--SA
Sergey Alexandrovich Kryukov 25-Jan-12 1:54am    
A suggestion to all experts:

We should stop attempting to answer any questions if OP does not properly specify type of application, UI library and other relevant detail which would exclude this kind of confusion. All type mentioned in the question should be written in fully-qualified form. We should request it and only answer when OP comply. Multiple failures to specify such detail became a curse of this forum.


--SA
BillWoodruff 25-Jan-12 19:29pm    
What are the "graphic controls" "made" from: custom owner-drawn; UserControls, Panels with custom regions. Where are the "graphic controls" located to begin with, or what causes one to become available so you can it drag and drop it ?

To speak of dragging and dropping a control on the "same panel" is confusing: that means, to me, you are just moving a control in the container it is hosted in.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900