home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 Special
/
chip-cd_2001_spec_05.zip
/
spec_05
/
apps
/
crystal
/
disk18
/
Xvb387._
/
Xvb387.
Wrap
Text File
|
1999-08-23
|
186b
|
9 lines
Attribute VB_Name = "modXtremeDemo"
Option Explicit
Public Sub Center(aForm As Form)
aForm.Move (Screen.Width - aForm.Width) / 2, (Screen.Height - aForm.Height) / 2
End Sub