Pinstripe/Display: Difference between revisions

Line 366:
.Arrangement = Arrange.Row
.Border = False
.Height = 1080Desktop.Height
.Width = 400Desktop.Width
.Fullscreen = True
End With
For siCounter = 1 To 4
For siCount = 01 To Desktop.Width Step siCounter
hpanel = New Panel(Me)
hpanel.Width = siCounter
Line 383:
End</lang>
 
'''[http://www.cogier.com/gambas/Pinstripe.png Click here for an image of the output]'''
 
=={{header|Icon}} and {{header|Unicon}}==
Anonymous user