- Cascade
Kode :
[ VB 6.0 ] Me.Arrange vbCascade
[ VB .NET ] Me.LayoutMdi(MdiLayout.Cascade)
- Tile Horizontal
Kode :
[ VB 6.0 ] Me.Arrange vbTileHorizontal
[ VB .NET ] Me.LayoutMdi(MdiLayout.TileHorizontal)
- Tile Vertical
Kode :
[ VB 6.0 ] Me.Arrange vbTileVertical
[ VB .NET ] Me.LayoutMdi(MdiLayout.TileVertical)
To facilitate the user to use it, you can create a special menu like this:
0 comments:
Post a Comment