I am using Windows Form project. In my MDI Parent Form that I want to show my company logo at the right side corner. So I have drag a picturebox and set the image.
But I am not success my requirement, The image not in correct position. I have tried padding also. Dock is increase my image height to full form height. So Its also not help me.
Before Running the Solution. (I want this as a run time)..

At the Time of Solution Running. (Unwanted Space in Right side)

And MDI Form is Maximized at running time. with the help of below code.
this.WindowState = FormWindowState.Maximized;
You will have to set Anchor property of picturebox to Top, Right by default its set to
Top, Left