How to Change the Attributes of the Main FoxPro Screen

ID: Q96360

2.50 2.50a 2.50b 2.60 2.60a 3.00 WINDOWS kbprg

The information in this article applies to:

The MODIFY WINDOW command changes the attributes of an existing user- defined window or the main FoxPro window. Use MODIFY WINDOW to change the location, default font, title, border, controls, icon, wallpaper, and color of a user-defined window. Use MODIFY WINDOW SCREEN to change the attributes of the main FoxPro window. All of the previously listed attributes can be changed on the main FoxPro window except for the border.

To change the font, title, and wallpaper of the main FoxPro window, use the following command:

   MODIFY WINDOW SCREEN FONT 'MS Sans Serif',12 TITLE 'New title' ;
   FILL FILE winlogo.bmp

To return the main FoxPro window to its default window, issue the following command:

   MODIFY WINDOW SCREEN

REFERENCES

"Language Reference," pages L3-427 to 437, pages L3-677 to 678

Additional reference words: VFoxWin 3.00 FoxWin 2.50 2.50a bitmap logo custom customize kbvfp300 letterhead "title" KBCategory: kbprg KBSubcategory: FxprgGeneral

Keywords          : FxprgGeneral 
Version           : 2.50 2.50a 2.50b 2.60 2.60a 3.00
Platform          : WINDOWS

Last Reviewed: October 23, 1998