Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to display banner image on top of MDI form along with some menus. Menus should display on that banner image at right side's bottom position. To achieve this I followed below steps:

1. Added MDI form
2. Panel (pnlHeader) - which backcolor is black to match the image background
3. Picturebox to display banner image and added it inside the pnlHeader
4. Added menustrip (dock = none) in Picturebox as want to display menus on banner image (beside logo)

When I resize the form, picture box image and menustrip doesn't resize even Panel is Dock to Top. Is there any suggestion on this? I cannot provide you code due to security reason.
Posted
Comments
Dharmendra-18 1-Mar-13 0:52am    
you can use anchor property to resize it..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900