I have several label controls on a form.
The first time the user CLICKS on a LABEL I want to draw a line from the top left corner to the top left to bottom right of that LABEL.
The second time the user CLICKS on a LABEL I want to draw a line from the bottom left corner to the top right to bottom right of that LABEL.
The third time the user CLICKS on a LABEL I want to draw a line from the middle left to the middle right of that LABEL.
The forth time the user CLICKS on a LABEL I want to draw a line from the middle top to the middle bottom of that LABEL.
This will form an "x" & a "+" over the LABEL. (i.e. Label is completely crossed out" Each LABEL will be 100 pixels wide by 100 pixels high.
I NEED A CODE EXAMPLE. I HAVE NEVER DRAWN LINES OVER LABEL CONTROLS BEFORE. I don't even know how to draw a line using reletive coordinates (0,0 being the top left and 100,100 being the bottom right.)
CAN ANYONE HELP ME???
The first time the user CLICKS on a LABEL I want to draw a line from the top left corner to the top left to bottom right of that LABEL.
The second time the user CLICKS on a LABEL I want to draw a line from the bottom left corner to the top right to bottom right of that LABEL.
The third time the user CLICKS on a LABEL I want to draw a line from the middle left to the middle right of that LABEL.
The forth time the user CLICKS on a LABEL I want to draw a line from the middle top to the middle bottom of that LABEL.
This will form an "x" & a "+" over the LABEL. (i.e. Label is completely crossed out" Each LABEL will be 100 pixels wide by 100 pixels high.
I NEED A CODE EXAMPLE. I HAVE NEVER DRAWN LINES OVER LABEL CONTROLS BEFORE. I don't even know how to draw a line using reletive coordinates (0,0 being the top left and 100,100 being the bottom right.)
CAN ANYONE HELP ME???