How to display buttons over the image?

B

barbara_dave

Hi, all,

I have a form which has a picturebox control on the top and several
buttons on the bottom. I want to change the form size smaller at run
time and let all buttons display overlap the image of the picturebox.
But when I was making the form smaller, the buttons were covered by the
image. How to show the buttons overlap the picturebox?

Thanks!
 
H

Herfried K. Wagner [MVP]

I have a form which has a picturebox control on the top and several
buttons on the bottom. I want to change the form size smaller at run
time and let all buttons display overlap the image of the picturebox.
But when I was making the form smaller, the buttons were covered by the
image. How to show the buttons overlap the picturebox?

Select the control in the designer and choose "Send to back" from its
context menu. For controls added at runtime you can do that by calling the
controls' 'SendToBack' method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top