Caption = "Flexgrid experiment number two. Now we get fancy. :)"
Height = 495
Left = 240
TabIndex = 3
Top = 1440
Width = 6855
End
Begin VB.Label Label2
Caption = "Flexgrid experiment number two. Now we get fancy. :)"
Height = 495
Left = 240
TabIndex = 2
Top = 840
Width = 6855
End
Begin VB.Label Label1
Caption = "Flexgrid experiment number two. Now we get fancy. :)"
Height = 495
Left = 240
TabIndex = 0
Top = 240
Width = 6855
End
Attribute VB_Name = "About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
About.Hide
End Sub
Private Sub Form_Load()
Label1.Caption = "LandMass was originally written by me, Jason Merlo, as an MSFlexGrid experiment. As it turns out, Flexgrids are really, really slow and are not built for graphics."
Label2.Caption = "I then dropped the project for a while but picked it back up once I learned how to use the BitBlt 32-bit API function. Now tile-based game engines are relatively easy to build."
Label3.Caption = "I intend to turn LandMass into a Risk-style wargame, eventually."