[COLOR=Blue]In this tutorial you will learn how to add vertical and horzonel scrool bars to a form so that the form can have auto scroll, scroll bars on every form in the correct postion. Double click on the form and enter the following code; [/COLOR] MyBase.Load Me.VerticalScroll.Visible = True Me.VerticalScroll.Enabled = True Me.HorizontalScroll.Enabled = True Me.HorizontalScroll.Visible = True Me.AutoScroll = True [COLOR=Blue] Hope this helps Kind Regards Bradley [/COLOR]