home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 July / PCpro_2005_07.ISO / files / freeware / hardcopy / hcf.exe / basic / Basic_Font_101_TimeToTitle.bas < prev    next >
Encoding:
BASIC Source File  |  2003-11-26  |  118 b   |  4 lines

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