-
Drawing Program
In a lot of graphics programs (even MS Draw has it) you are able to draw a rectangle, then click with the mouse inside that rectangle and select it, then move the rectangle, resize the rectangle... basically had full control over the rectangle. Has anyone done something like this before and is willing to share their code?
-
I have more advanced code.. but it is copyrighted so I can't publicate it... but I'm gonna rewrite what you need right now... will post it soon.
-- Alan
-
-
You could just use arrays of UDTs to accomplish this ...
-
well, i decided to be unlazy, and after several hours have a passing imitation of msdraw ;)