home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia: Special Programming / INFPROG.iso / imagenes / codemgr.gif < prev    next >
Graphics Interchange Format  |  1995-06-26  |  8.4 KB  |  469x499  |  4-bit (7 colors)
   ocr: VB Code Manager Version -1.2 File Help Routines CenterThisForm VB Code Manager Cut New Save Delete Description Centers The Specitied Form Code Sub CenterlhisForm (X as Form) X.Left = (Screen.Width - X.Width) /2 X.Top = (Screen.Height -X.Height)/2 End Sub