If I want to make the size of a picture on a form be the same size as the form itself, how do I access the width and height of the form to pass along to the picture
(i.e.- in VB6 I would code picPicture.Width=frmForm.Width, but .net doesn't show the .Width option of the form. It says that the form is not shared, or something of the sort. )

Thanks for your help!