L
Laoballer
I'm trying to draw a rectangle onto a windows form that has events
associated with the rectangle. For example, once the rectangle is
drawn on the form if I hover over it it would display it's size as a
tooltip, or maybe when I click on the rectangle it's border changes
color indicating that it's been selected. Any clues or ideas as to
how I would implement this? I'm fairly new to C# and windows
programming. Currently I'm able to draw the rectangles.
Thanks in advance.
associated with the rectangle. For example, once the rectangle is
drawn on the form if I hover over it it would display it's size as a
tooltip, or maybe when I click on the rectangle it's border changes
color indicating that it's been selected. Any clues or ideas as to
how I would implement this? I'm fairly new to C# and windows
programming. Currently I'm able to draw the rectangles.
Thanks in advance.