1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47:
= 0 'Primero, cerciorarse de que nos no reduzcan al mínimo Si Me.ScaleHeight > HScroll1.Height y Me.Width > VScroll1.Width después 'Si hay más pantalla a ver, 'modificar el scrollbar Si VScroll1.Enabled entonces Con VScroll1 . Altura = Me.ScaleHeight - HScroll1.Height . Minuto = 0 . Máximo = iFullFormHeigth - Me.Height .SmallChange = Screen.TwipsPerPixelY * 10 .LargeChange = Me.ScaleHeight - HScroll1.Height Extremo con 'De otra manera, apenas volver a clasificar según el tamaño el scrollbar para la pulcritud : VScroll1.Height = Me.ScaleHeight - HScroll1.Height Terminar si HScroll1.Enabled = (iFullFormWidth - Me.Width) >= 0 Si HScroll1.Enabled entonces Con HScroll1 . Anchura = Me.ScaleWidth - VScroll1.Width . Minuto = 0 . Máximo = iFullFormWidth - Me.Width .SmallChange = Screen.TwipsPerPixelX * 10 .LargeChange = Me.ScaleWidth - VScroll1.Width Extremo con : HScroll1.Width = Me.ScaleWidth - VScroll1.Width Terminar si Terminar si Terminar el submarino