Beautify The Editor Window of Microsoft Visual FoxPro

Command Window is the small window located in the Visual FoxPro editor screen . Command Window can be used to execute commands or syntax in Visual FoxPro .Command Window is a window "cheat" for those who love game to be able to do a shortcut to a certain level or the use of weapons that are not available in the standard menu . By following the Command Window below you can beautify the editor screen or the main window of Visual FoxPro .

CHANGE CAPTION

Default caption of Visual FoxPro main window is "Visual FoxPro Micrososft " will be changed to "FoxPro 0-07 " by typing the following syntax in the Command Window and then press enter . 

_screen.Caption="Foxpro 0-07"



CHANGE FOX ICON

To change the default fox icon of Visual FoxPro by typing the following syntax to the Command Window and then enter.
_screen.Icon=GETFILE("ico")
Syntax above will prompt you to insert a file with the extension "ico" or image file icon to replace the default Visual FoxPro icon. 

CHANGE MAIN BACKGROUND OF PAGE EDITOR

To change the background color can use the syntax :



_screen.BackColor=GETCOLOR()

Syntax above will prompt you to choose the color you like to change the default white color Visual FoxPro  

After successfully changing the color then we'll try to change the color to the image, so that Visual FoxPro screen we can become more attractive , using the following syntax .

_screen.Picture=GETPICT()

Syntax above will prompt you to select images on the local disk to be displayed in the editor Visual FoxPro.

CHANGE BACKGROUND WITH MOVIE

Then run the following syntax in a command window:

set classlib to GETFILE("vcx")
_screen.addobject("OFilm","cfilm")
_screen.OFilm.Visible=.t.
_screen.OFilm.top=1
_screen.OFilm.left=1
_screen.OFilm.width=_screen.width
_screen.OFilm.height=_screen.height
_screen.OFilm.film.url=(GETFILE())
BINDEVENT(_SCREEN,"Resize",_screen.OFilm,"sama")

Syntax above will prompt you to enter vfilm.vcx files previously downloaded . After that will be asked to enter the Movie to run. This vfilm.vcx using windows media player control, so long as you run the movie that can be played in Windows Media Player , the movie certainly it can also be played on the main screen Visual FoxPro. 

To use this trick, download this file then extract to your hard drive.

0 Response to "Beautify The Editor Window of Microsoft Visual FoxPro"

Post a Comment

wdcfawqafwef