eddyc Posted May 9, 2018 Posted May 9, 2018 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
Steve21 Posted May 9, 2018 Posted May 9, 2018 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 (you'll remember it as the old flying flag, but can set any bmp to move around) Steve
Quatermass Posted May 9, 2018 Posted May 9, 2018 A .scr is just an .exe really, so can make them in any programs. Ah yes, happy pranking days renaming EXEs as SCRs
eddyc Posted May 9, 2018 Author Posted May 9, 2018 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 (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
Steve21 Posted May 9, 2018 Posted May 9, 2018 No that was 2 options 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 1
Rob_D Posted May 9, 2018 Posted May 9, 2018 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.
Arthur Posted May 10, 2018 Posted May 10, 2018 Does anyone know of a good screensaver builder? IrfanView can create a screensaver from an image or folder of images. Go to File > Slideshow to create the SCR. 1
DJ-1701 Posted May 10, 2018 Posted May 10, 2018 IrfanView can create a screensaver from an image or folder of images. Go to File > Slideshow to create the SCR. 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.
Arthur Posted May 10, 2018 Posted May 10, 2018 Excellent... though can you add music to it? You can actually. 1
Steve21 Posted May 11, 2018 Posted May 11, 2018 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 Steve 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now