i wrote a script to set the wallpaper
how can i refresh the desktop after i run the script ?
i found on the web that i can run "RunDLL32.EXE USER.DLL,repaintscreen" to
do that
but this is not supported in winxp

thank you.
gary

Re: How can i refresh the desktop ? by Don

Don
Sun Oct 31 00:24:24 CDT 2004

Wheb you find out us know as im trying for that.
Don


"The8thSense" <gary@neoinnovation.net> wrote in message
news:ekbBJDwvEHA.2192@TK2MSFTNGP14.phx.gbl...
>i wrote a script to set the wallpaper
> how can i refresh the desktop after i run the script ?
> i found on the web that i can run "RunDLL32.EXE USER.DLL,repaintscreen" to
> do that
> but this is not supported in winxp
>
> thank you.
> gary
>
>



Re: How can i refresh the desktop ? by mayayana

mayayana
Sun Oct 31 09:49:02 CST 2004

You can use this:
http://www.jsware.net/jsware/scripts.html#jssys

But it requires a component. The API for refreshing
the Desktop is not available from script.
_____________________________

mayayXXana1a@mindYYspring.com
For return email remove XX and YY.
_____________________________
The8thSense <gary@neoinnovation.net> wrote in message
news:ekbBJDwvEHA.2192@TK2MSFTNGP14.phx.gbl...
> i wrote a script to set the wallpaper
> how can i refresh the desktop after i run the script ?
> i found on the web that i can run "RunDLL32.EXE USER.DLL,repaintscreen" to
> do that
> but this is not supported in winxp
>
> thank you.
> gary
>
>



Re: How can i refresh the desktop ? by plangton

plangton
Sun Oct 31 23:30:15 CST 2004

WshShell.Run("RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters")

Re: How can i refresh the desktop ? by The8thSense

The8thSense
Mon Nov 01 19:49:37 CST 2004

aha ~ get it ~ thank you

"Paul" <plangton@start.com.au> wrote in message
news:b37306f8.0410312130.35fbd983@posting.google.com...
> WshShell.Run("RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters")



Re: How can i refresh the desktop ? by Don

Don
Mon Nov 01 04:41:44 CST 2004

Thanks Paul.

"Paul" <plangton@start.com.au> wrote in message
news:b37306f8.0410312130.35fbd983@posting.google.com...
> WshShell.Run("RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters")