WINDOWS\GOOGLY.TXT  ·  TXT  ·  1.5 KB  ·  1991-12-01  ·  from PCPlus_Issue-63_Dec-1991_FluxEngine-360Kb
                                 Googly Eyes
                                 -----------

    Googly eyes is a version  of  the  X-eyes  program  (one of the sample
    programs which comes with X windows) written to work with Windows 3.0.


    REMOVING THE MENU BAR

    The menu bar may be removed from  the program by placing the following
    lines in your WIN.INI file, thus making the program take up less space
    on the  screen.  The  WIN.INI  file  can  be  found  in  your  windows
    directory, and can be edited using any  text editor. If you are unsure
    about doing this it would be best  to back up your WIN.INI file before
    attempting to edit it.

        [Googly Eyes]
        Menu=0

    If you have already run 'googly eyes'  there  will by an entry for the
    program added to your WIN.INI. If this is the case, the line

        Menu=0

    should be added to it.

    If you like the program, you may want to place it somewhere discreetly
    on the screen each time windows starts. To do this, look for the line

        run=

    in your WIN.INI, and change the line to

        run=c:\windows\googly.exe

    This assumes that the googly.exe file is in your windows directory.

     Development

    The program was developed on  a  16Mhz  386sx  PC equipped with 3Mb of
    memory, a 40MB hard disk and a VGA mono screen, using Borland C++.



    Graham Marshall 19/8/1991
    -------------------------