Option Explicit
' The child window in the client area generates the scrollbars, sends a
' message to the MDI client to scroll to the bottom of the window, and
' traps the key pressed.
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
processKey KeyCode
End Sub
Private Sub Form_Load()
Move 2500, 2500
End Sub