SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Wed Aug 14, 2002 3:11 am Post subject: VDSBack.dll with JPG, GIF etc. |
|
|
This workaround for use with vdsback.dll works for me so I don't have to convert JPG and GIF images to BMP's on Win ME. I'd like to know if it works for others too.
| Code: |
external vdsback.dll
%%WallPaper = C:\windows\BACKGRND.gif
REGISTRY WRITE,CURUSER,Control Panel\Desktop,Wallpaper,%%WallPaper
BACKGROUND REFRESHPATTERN
WINDOW SEND,@WINEXISTS(#ProgMan),@KEY(f5)
exit
|
_________________ -Sheep
My pockets hurt... |
|