VERSION 4.00 Begin VB.Form HowTo BorderStyle = 1 'Fixed Single Caption = "How to register Empire IV v3.01" ClientHeight = 2040 ClientLeft = 4170 ClientTop = 2340 ClientWidth = 4485 Height = 2445 Left = 4110 LinkTopic = "HowTo" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 0 ScaleWidth = 0 ShowInTaskbar = 0 'False Top = 1995 Width = 4605 Begin VB.CommandButton Ok Caption = "HavE fUn nOw ;)" Height = 375 Left = 0 TabIndex = 1 Top = 1560 Width = 4455 End Begin VB.Label Label1 Caption = $"HowTo.frx":0000 BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} Name = "Arial" Size = 9.75 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 1455 Left = 0 TabIndex = 0 Top = 0 Width = 4455 End End Attribute VB_Name = "HowTo" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Ok_Click() End End Sub