I am new to Visual Basic (I'm using 6.0) and I have stumbled over the following problem: on the main form, the user can draw a line between two points. I have used the Line contol to place the line on the form, but know I want to allow the user to select it and delete it (just like in the Paint application). However, the Line control doesn't have a Click event. Can you please tell me how can I do this? Thanks a lot.