This might be a dumb question, but I have been searching and have not found an answer – please help.
I am writing a VB.net application. The first thing I do, in code, is place a number of buttons on the form. The next thing I want to do is draw some lines on the form. Based on that which I have seen, this should be (?) done in the form’s paint event (using DrawLine). The problem I am having is that the lines are being drawn behind the buttons and I want them in front of the buttons. Please offer some suggestions as to how to make this happen. Thanks.

