Drawing, Drag Drop Problem in custom control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
:(( I am trying to develop a control which will be some what similar to Sql Server Relation diagram. Problems: 1. I inherited my control from a list box. Now i want to draw, but the problem comes when i draw any thing it doesn't get displayed. But when i copy paste code on a form it displays the items. Couldn't understand why it doesn't work on a control. 2. I don't know how to drop any thing on a control. I tried a simple drag drop by draging an item from a list box to my control nothing happend. need help! plz.