picture box question.......
Hi,
I need to put multiple pictures on an MDI form(around a login form in the centre of the screen). Im using picture boxes and then placing image controls on the picture boxes. Im doing this coz I can't place an image control on the MDI form without using a picture box and Im using the image control coz it has the stretch property which the picture box doesn't have.
My problem is that the picture boxes on the MDI form are aligned either at the top, bottom, left or right of the form. Is there anyway that I can prevent the alignment? When I looked up MSDN it said that the "0 - none" value for the align property of the picture box is ignored when the picture box is placed on an MDI form.
Thanks,
Rammy.