Article ID: 130408
Article Last Modified on 2/11/2000
_SCREEN.PICTURE = <bitmap file name>To wallpaper a user-defined window, issue commands similar to these:
DEFINE WINDOW x FROM 1,1 TO 10,10 FILL FILE <bitmap file name> ACTIVATE WINDOW xTo wallpaper a form or page within a form, use the picture property:
ThisForm.Picture = <bitmap file name> ThisForm.PageFrame1.Page1.Picture = <bitmap file name>
_SCREEN.PICTURE = "" CLEARA wallpaper pattern cannot be cleared from a user-defined window.
ThisForm.Picture = "" ThisForm.PageFrame1.Page1 = ""
Additional query words: VFoxWin
Keywords: kbcode KB130408