Re: How can I write a screensaver in VBScript? TIA by mayayana
mayayana
Wed Jun 14 20:13:38 CDT 2006
> Want to write a countdown clock to use as either a screensaver or a
> wallpaper. I would like to do this in VBScript. Anyone know how to do
this?
> TIA
Are you familiar at all with the Internet Explorer
Document Object Model? That's probably the
only way to do what you want in VBS. A screensaver
is basically an EXE. It's probably not feasible.
But you can make a webpage as wallpaper.... And
you can draw a clock on the webpage...And you
can have script in the webpage that changes the
clock face. You'll need to know HTML and use the
document object model.