bitmapbrother
Programmer
Hi, I need to create simple designer so user can add controls to form and them move them, change size etc. My problem is that not all controls have Canvas so I cant draw "marks" for resizing. Next problem is that I need to select control by mouse click but not all controls have OnClick() event. I thought about PaintTo() method and my own mouse handling but PaintTo() doesnt work correctly with all controls. Any ideas? Thx.