Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / How To Make A Screen Saver

Author
Message
thief
20
Years of Service
User Offline
Joined: 27th Jan 2004
Location:
Posted: 10th Jun 2004 01:06
Does anyone now how to make a screen saver?

Thanks
†hîéƒ

thief
Jimmy
21
Years of Service
User Offline
Joined: 20th Aug 2003
Location: Back in the USA
Posted: 10th Jun 2004 01:18
With computers typically.

----
This is my Kung Fu and it is strong.
http://www.dbspot.com/ - Free website hosting. Fast and reliable... probably.
Damokles
21
Years of Service
User Offline
Joined: 28th May 2003
Location: Belgium
Posted: 10th Jun 2004 01:22
Make an .exe file then change it into .scr

- Mind the gap -
zircher
21
Years of Service
User Offline
Joined: 27th Dec 2002
Location: Oklahoma
Posted: 10th Jun 2004 01:53
Search the DBP, DBC, Codebase, and New comer forums. Several different flavors of screen saver code has been posted.
--
TAZ

History did not begin with PONG. -- Greg Costikyan

Game Beavers
Peter H
20
Years of Service
User Offline
Joined: 20th Feb 2004
Location: Witness Protection Program
Posted: 10th Jun 2004 17:29
how do you change the extension?(i tried re-name-ing it but you don't get the option of changing the extension...btw i use XP)


Formerly known as "DarkWing Duck"
zircher
21
Years of Service
User Offline
Joined: 27th Dec 2002
Location: Oklahoma
Posted: 10th Jun 2004 17:47 Edited at: 10th Jun 2004 17:51
It sounds like you have WinXP set up to hide extensions.

Click on My Computer
Click on Tools > Folder Options
Click on the View tab of the dialog boc
Uncheck 'Hide extensions of known file types'

Plan B is to edit the filename in your IDE and change it from and EXE to a SCR. It works for me.
--
TAZ

History did not begin with PONG. -- Greg Costikyan

Game Beavers
Peter H
20
Years of Service
User Offline
Joined: 20th Feb 2004
Location: Witness Protection Program
Posted: 10th Jun 2004 17:50
aaahhhh..there we go...one more once of control over windows XP

(i miss the win3.2,win95,and win98 days )


Formerly known as "DarkWing Duck"
Arkheii
21
Years of Service
User Offline
Joined: 15th Jun 2003
Location: QC, Philippines
Posted: 10th Jun 2004 17:53
And the DOS shell?

*blech* Not for me.

When you make screen savers with DB, make sure that you end the program when you detect an inkey$() or a mousemove.

zircher
21
Years of Service
User Offline
Joined: 27th Dec 2002
Location: Oklahoma
Posted: 10th Jun 2004 18:01
That's pretty much a gimmie, what makes it a screen saver is how you handle command line switches for preview and config modes.
--
TAZ

History did not begin with PONG. -- Greg Costikyan

Game Beavers
Peter H
20
Years of Service
User Offline
Joined: 20th Feb 2004
Location: Witness Protection Program
Posted: 10th Jun 2004 18:06
ya i did the mouse moven thing....and all that...


but where do i put it so it shows up in window's screen saver picking window


Formerly known as "DarkWing Duck"
Van B
Moderator
21
Years of Service
User Offline
Joined: 8th Oct 2002
Location: Sunnyvale
Posted: 10th Jun 2004 18:12
DB and DBPro are pants for screensavers, simply because you can't detect a previous instance of the program. You need to make a work around that will ensure that only 1 copy of the program can run at a time (like a file that gets stamped with the current time when you run it, then check the time to see if there's been a reasonable delay), in VB you'd use app.previnstance then just exit if there's an instance already.

Without a previous instance safety check you'll just fill your computers memory with gradually slower versions of your screen saver.


Van-B


The nature of Monkey was irrepressible!.
thief
20
Years of Service
User Offline
Joined: 27th Jan 2004
Location:
Posted: 10th Jun 2004 18:32
Thanks guys!

thief
zircher
21
Years of Service
User Offline
Joined: 27th Dec 2002
Location: Oklahoma
Posted: 10th Jun 2004 20:18
Magellan, put the *.scr file in the \windows directory and it will find it.

Van B, I have not run into that problem with my version. But, then I didn't try to break the screen saver either. I can see where calling up multiple config windows could be bad, but my main and preview screens tend to take care of themselves. In general usage, it seems well behaved.
--
TAZ

History did not begin with PONG. -- Greg Costikyan

Game Beavers

Login to post a reply

Server time is: 2024-09-22 02:37:40
Your offset time is: 2024-09-22 02:37:40