Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

COMO CREAR FICHEROS SCR

998 views
Skip to first unread message

J.P.

unread,
Jun 21, 1998, 3:00:00 AM6/21/98
to

Con que aplicación puedo generar ficheros scr. de protectores de pantalla.

Francisco Gaya

unread,
Jul 2, 1998, 3:00:00 AM7/2/98
to

Cien mil veces más fácil de lo que te imaginas.

Un fichero .scr es lo mismo que un fichero.exe al que se le ha cambiado
la extensión y situado en el directorio de windows.

Prueba a hacerlo con cualquier exe que tengas. El único problema es que
no desaparecerá al tocar una tecla o mover el ratón.

Si eres programador, créate un exe en el que controles el teclado y el
ratón para que se salga del programa.

A que es fácil... :-)


Sampler

unread,
Jul 3, 1998, 3:00:00 AM7/3/98
to

Francisco Gaya wrote:
>
> Cien mil veces más fácil de lo que te imaginas.

Un millón de veces más fácil.

> Si eres programador, créate un exe en el que controles el teclado y el
> ratón para que se salga del programa.

No te marees. Esto lo encontré por ahí:

Windows .SCR screen savers
~~~~~~~~~~~~~~~~~~~~~~~~~~

SCR files are nothing more complex than .EXE files with the
extension SCR. Windows calls the .SCR file with two command-line
options:

/s to launch the screensaver
/c to configure the screensaver

For the windows control panel to recognise the screensaver,
the program's module description string must begin with
SCRNSAVE: (in uppercase). So, if writing a Visual Basic
screensaver, simply set the application title to something
like "SCRNSAVE:Test Screensaver"

To create a new screen saver simply write a program that checks the
command-line option when starting and performs the appropriate
action. The display should use a full-screen window (usually with a
black background) and should end when any key is pressed or when the
mouse is moved.

When the program is compiled, rename the .EXE to .SCR and put it
into the Windows directory so it can be found by the screensaver
selection dialog in Windows.

Happy screensaving!

-----------------------------------------------------------------
Paul Oliver with thanks to Michael Poxon.
8th December 1996

^Los autores.
¡Y anda que no es viejo!
Espero que os funcione.
Saludos.

(Si necesitais traducción por diez mil duros... :-))

0 new messages