home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 February / VPR9702A.ISO / FFILLY / KOUZA11 / chg_wal2.tfy < prev    next >
Text File  |  1996-11-29  |  228b  |  8 lines

  1. //chg_wal2.tfy
  2. main(){
  3.   str BMPfile;  //文字変数の宣言
  4.   BMPfile=StrInput(".bmp","BitMap Files(*.bmp)|*.bmp||",1,0x1800,"*.bmp",1);
  5.   //ファイル一覧からのBMPファイルの選択
  6.   SysParam(20,0,BMPfile,3);  //壁紙をチェンジ
  7. }
  8.