home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / beeld / screen / hcf.exe / Basic / Basic_Font_101_TimeToTitle.bas < prev    next >
BASIC Source File  |  2003-11-26  |  118b  |  4 lines

  1. Font.Color = _ColorWhite 
  2. Font.Align = _FontAlignRight
  3. Image(0).DrawText( 0,8 ,Image(0).Width-130, 16 , ":Time:" )
  4.