In this post, https://www.vbforums.com/showthread....86#post5593486, I had asked for help drawing lines in a form that would be over buttons, i.e., be visible. The answer provided by Jmcilhinney works just fine.

Sadly, I am again having this issue with the same program. This time, I tried to draw some lines over several buttons using the same constructs as before. The code is triggered by clicking one button (which is outside the area of the line drawing) - the click routine creates the path (array of points) and the line is then drawn in the Paint event handler. The problem is this: the line only appears over the first button.

Not sure if it matters, but the Paint event routine is the form’s Paint event and there is an AddHandler call connecting the buttons (over which the line is to be drawn) to the event routine. If it matters, I could provide the code for this routine.

Any suggestions would be welcomed.