Jump to content

Recommended Posts

Posted

Hi all,

 

Does anyone know of a good screensaver builder?

 

I am trying to build a screensaver for pre-login on the Welcome screen.

 

 

At present we have the old Windows 7 login.scr bouncing around but I would quite like to build my own with the school logo doing the same sort of thing.

 

I've googled and lots of the demos seem rubbish. I was wondering if anyone knows of a good cheap(ish) or free package to do this.

 

Cheers, eddyc

Posted

It depends how fancy you want it really. A .scr is just an .exe really, so can make them in any programs. (Ours is custom one written in VB as an example)

 

You could just use the old XP one that lets you pick a logo if all you want is the school logo bouncing :p (you'll remember it as the old flying flag, but can set any bmp to move around)

 

Steve

Posted
It depends how fancy you want it really. A .scr is just an .exe really, so can make them in any programs. (Ours is custom one written in VB as an example)

 

You could just use the old XP one that lets you pick a logo if all you want is the school logo bouncing :p (you'll remember it as the old flying flag, but can set any bmp to move around)

 

Steve

 

Hi Steve,

 

So would I open it in visual studio and just replace the BMP?

 

Kind regards, eddyc

Posted

No that was 2 options :p

 

The original XP screesaver (think it was XP but could have been Vista) has a "Settings" option on the right that picks an image, you just do that and can deploy the reg changes it makes.

 

The VS one was if you wanted a fully custom one, e.g. Ours shows if a network cable is disconnected on the screensaver page etc etc)

 

Steve

  • Thanks 1
Posted

The last time I did this (which was years ago), I ended up making a flash animation (jus the school logo "revolving"), saving it as a video and using something like "vasver" to turn it into a .scr file.

Worked okay.

Posted
IrfanView can create a screensaver from an image or folder of images.

 

Go to File > Slideshow to create the SCR.

 

gVB76o.png

 

Excellent... though can you add music to it? ;) (Don't worry, only kidding.)

 

The VS one was if you wanted a fully custom one, e.g. Ours shows if a network cable is disconnected on the screensaver page etc etc)

 

Steve

 

That's... brilliant... out of interest you VB screensaver which is really an exe renamed to scr... did you need to add any coding to make it disappear on mouse move, or is that controlled by the OS? I could try and find out myself but... effort. ;)

Posted
That's... brilliant... out of interest you VB screensaver which is really an exe renamed to scr... did you need to add any coding to make it disappear on mouse move, or is that controlled by the OS? I could try and find out myself but... effort. ;)

 

You need to add something in to make it close as it's just a program that runs at the end of the day. But it's just really two lines of code, one that is if captured any keys pressed close, and another is if mouse x/y changes close.

 

But you could add more fancy stuff no doubt, (Originally we were going to have the school website load and be browsable for open evenings etc, then it'd only close if you clicked a button etc), I was just being lazy :p

 

Steve

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...