previously i was programming an analog clock screensaver (
see here ), but since than i made a digital one, too:

download here:
http://stuff.dev-ch.de/index.php?article=stuff_digitalclockplease feel free to tell me what you think :)
You never get bored do you?
I like it, very 24. I can't get it to compile under Vista (can't find function api_GetDc) but the .scr file works fine.
thank you :)
this one is actually compiled under vista. but the part of the code which handles the fullscreen mode is EXACTLY the same as the one from my other screensaver, so it should work either with vista or xp.
i think you need to have a
DECLS for the win api (
http://www.blitzbasic.com/codearcs/codearcs.php?code=1179 )
Thanks, OK that fixed that error now it can't find api_GetDeviceCaps.
thats very cool
the included exe worked fine for me on vista
only gripe is it doesnt disapear when mouse moved only button presses...but still very nice indeed
thank you :) i'd kenw you'd love it.
fix:
repeat until ........ or abs(mousexspeed())>0 or abs(mouseyspeed())>0
of course. :)
you know devils child, his work is always free!