www.pudn.com > On_Screen_Ping_Pong.zip > frmLeft.frm
VERSION 5.00 Begin VB.Form frmLeft BackColor = &H000000FF& BorderStyle = 1 'Fixed Single ClientHeight = 1500 ClientLeft = 15 ClientTop = 15 ClientWidth = 555 ControlBox = 0 'False LinkTopic = "Form2" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 1500 ScaleWidth = 555 ShowInTaskbar = 0 'False StartUpPosition = 2 'CenterScreen End Attribute VB_Name = "frmLeft" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False ' ======================================= ' On-Screen Ping Pong ' ======================================= ' ' This is an two player ping-pong. Play ' ping pong among all other windows ' on your system. Use [A]-[Z] to control ' left player's bar, and [']-[/] to control ' right player's bar. ' ' Visit my Homepage: ' http://www.geocities.com/emu8086/vb/ ' ' ' Last Update: Saturday, July 20, 2002 ' ' ' Copyright 2002 Alexander Popov Emulation Soft. ' All rights reserved. ' http://www.geocities.com/emu8086/ Option Explicit