1. RE: Desktop pic proggy....

Hi

Do a mils list search for wallpaper, and gollow the link on number 2, if 
the program has gone, then I have a copy - just email me.

Chris

mistertrik at hotmail.com wrote:
> 
> 
> Can anyone recommend a simple desktop wallpaper program?
> I'd like to be able to point it at a directory full of pics and have it 
> auto-change ever few hours or so....
> 
> *Free
> *No spyware
> 
> =====================================================
> .______<-------------------\__
> / _____<--------------------__|===
> ||_    <-------------------/
> \__| Mr Trick
> 
>

new topic     » topic index » view message » categorize

2. RE: Desktop pic proggy....

You can make you own, using:

success =3D w32Func (xSystemParametersInfo, {SPI_SETDESKWALLPAPER,
                0, dest_fname, 0})

and use FreeLib to convert jpg to bmp.

Then you could set Windows scheduler to execute this program every hour.

I wrote a program which sets desktop wallpaper from jpg image and writes=
=20
today's date onto image.


mistertrik at hotmail.com wrote:
>=20
>=20
> Can anyone recommend a simple desktop wallpaper program?
> I'd like to be able to point it at a directory full of pics and have it=
=20
> auto-change ever few hours or so....
>=20
> *Free
> *No spyware
>=20
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
> .______<-------------------\__
> / _____<--------------------__|=3D=3D=3D
> ||_    <-------------------/
> \__| Mr Trick
>=20
>=20
>=20

new topic     » goto parent     » topic index » view message » categorize

3. RE: Desktop pic proggy....

Tone =8Akoda wrote:
> 
> 
> You can make you own, using:
> 
> success =3D w32Func (xSystemParametersInfo, {SPI_SETDESKWALLPAPER,
>                 0, dest_fname, 0})
> 
> and use FreeLib to convert jpg to bmp.
> 
> Then you could set Windows scheduler to execute this program every hour.
> 
> I wrote a program which sets desktop wallpaper from jpg image and 
> writes=
> =20
> today's date onto image.
> 
> 
> mistertrik at hotmail.com wrote:
> >=20
> >=20
> > Can anyone recommend a simple desktop wallpaper program?
> > I'd like to be able to point it at a directory full of pics and have it=
> =20
> > auto-change ever few hours or so....
> >=20
> > *Free
> > *No spyware
> >=20
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> > 
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> 
> =3D=3D=3D=3D=3D
> > .______<-------------------\__
> > / _____<--------------------__|=3D=3D=3D
> > ||_    <-------------------/
> > \__| Mr Trick
> >=20
> >=20
> >=20
> 

Hi there Tone,

You can use my Jpg decoder too, as this makes another file from
your Jpg file (i think it was named Als_DJ.exe) and it's a small
exe file.

I'm finding the GD lib to be faster when you want to display a
jpg though, but the darn lib is over 700k.  Im thinking of 
building a smaller version that only does decoding perhaps.

Take care for now,
Al

new topic     » goto parent     » topic index » view message » categorize

4. RE: Desktop pic proggy....

>From: Al Getz <Xaxo at aol.com>
>Subject: RE: Desktop pic proggy....
>
>
>Tone =8Akoda wrote:
> >
> >
> > You can make you own, using:
> >
> > success =3D w32Func (xSystemParametersInfo, {SPI_SETDESKWALLPAPER,
> >                 0, dest_fname, 0})
> >
> > and use FreeLib to convert jpg to bmp.
> >
> > Then you could set Windows scheduler to execute this program every hour.
> >
> > I wrote a program which sets desktop wallpaper from jpg image and
> > writes=
> > =20
> > today's date onto image.
> >
> >
> > mistertrik at hotmail.com wrote:
> > >=20
> > >=20
> > > Can anyone recommend a simple desktop wallpaper program?
> > > I'd like to be able to point it at a directory full of pics and have 
>it=
> > =20
> > > auto-change ever few hours or so....
> > >=20
> > > *Free
> > > *No spyware
> > >=20
> > > 
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> > >
> > 
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> >
> > =3D=3D=3D=3D=3D
> > > .______<-------------------\__
> > > / _____<--------------------__|=3D=3D=3D
> > > ||_    <-------------------/
> > > \__| Mr Trick
> > >=20
> > >=20
> > >=20
> >
>
>Hi there Tone,
>
>You can use my Jpg decoder too, as this makes another file from
>your Jpg file (i think it was named Als_DJ.exe) and it's a small
>exe file.
>
>I'm finding the GD lib to be faster when you want to display a
>jpg though, but the darn lib is over 700k.  Im thinking of
>building a smaller version that only does decoding perhaps.

  That's because Windows does not include all the wonderful libraries the 
world of *nix has. In fact, the FreeType library takes up almost half of the 
DLL (359 K). LibPNG is 167K, JpegLib is 137K, and Zlib takes up a whopping 
63K. The actual GD part is only 202K. All compiled together, it gets lumped 
into a DLL of 711K. I believe I put a small note (perhaps too small) in 
there that if you wanted a smaller version, I could compile it for you.

>Take care for now,
>Al


-=-=-=-=-=-=-=-
Does anyone really get my e-mails?
If yes, please do not respond.....

new topic     » goto parent     » topic index » view message » categorize

5. RE: Desktop pic proggy....

Did you get this?

>From: Elliott Sales de Andrade <quantum_analyst at hotmail.com>
>Subject: RE: Desktop pic proggy....
>
>
>>From: Al Getz <Xaxo at aol.com>
>>Subject: RE: Desktop pic proggy....
>>
>>
>>Tone =8Akoda wrote:
>> >
>> >
>> > You can make you own, using:
>> >
>> > success =3D w32Func (xSystemParametersInfo, {SPI_SETDESKWALLPAPER,
>> >                 0, dest_fname, 0})
>> >
>> > and use FreeLib to convert jpg to bmp.
>> >
>> > Then you could set Windows scheduler to execute this program every 
>>hour.
>> >
>> > I wrote a program which sets desktop wallpaper from jpg image and
>> > writes=
>> > =20
>> > today's date onto image.
>> >
>> >
>> > mistertrik at hotmail.com wrote:
>> > >=20
>> > >=20
>> > > Can anyone recommend a simple desktop wallpaper program?
>> > > I'd like to be able to point it at a directory full of pics and have 
>>it=
>> > =20
>> > > auto-change ever few hours or so....
>> > >=20
>> > > *Free
>> > > *No spyware
>> > >=20
>> > > 
>>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>> > >
>> > 
>>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>> >
>> > =3D=3D=3D=3D=3D
>> > > .______<-------------------\__
>> > > / _____<--------------------__|=3D=3D=3D
>> > > ||_    <-------------------/
>> > > \__| Mr Trick
>> > >=20
>> > >=20
>> > >=20
>> >
>>
>>Hi there Tone,
>>
>>You can use my Jpg decoder too, as this makes another file from
>>your Jpg file (i think it was named Als_DJ.exe) and it's a small
>>exe file.
>>
>>I'm finding the GD lib to be faster when you want to display a
>>jpg though, but the darn lib is over 700k.  Im thinking of
>>building a smaller version that only does decoding perhaps.
>
>  That's because Windows does not include all the wonderful libraries the 
>world of *nix has. In fact, the FreeType library takes up almost half of 
>the DLL (359 K). LibPNG is 167K, JpegLib is 137K, and Zlib takes up a 
>whopping 63K. The actual GD part is only 202K. All compiled together, it 
>gets lumped into a DLL of 711K. I believe I put a small note (perhaps too 
>small) in there that if you wanted a smaller version, I could compile it 
>for you.
>
>>Take care for now,
>>Al
>

new topic     » goto parent     » topic index » view message » categorize

6. RE: Desktop pic proggy....

On 19 Jun 2003, at 0:32, Elliott Sales de Andrade wrote:

> 
> 
> Did you get this?

Yes.

Kat

new topic     » goto parent     » topic index » view message » categorize

7. RE: Desktop pic proggy....

I am new to API programming.... where is this ->xSystemParametersInfo<- 
defined?

Also, I dl'ed CxImage, but on running test.exw, got the error message inside 
exw.exe:

The instruction at 10035424 referenced memory at 0055fc04. The memory can 
not be read from...
=====================================================
.______<-------------------\__
/ _____<--------------------__|===
||_    <-------------------/
\__| Mr Trick


>From: Tone ?koda <tone.skoda at gmx.net>
>Reply-To: EUforum at topica.com
>To: EUforum <EUforum at topica.com>
>Subject: RE: Desktop pic proggy....
>Date: Wed, 18 Jun 2003 14:41:55 +0000
>
>
>You can make you own, using:
>
>success =3D w32Func (xSystemParametersInfo, {SPI_SETDESKWALLPAPER,
>                 0, dest_fname, 0})
>
>and use FreeLib to convert jpg to bmp.
>
>Then you could set Windows scheduler to execute this program every hour.
>
>I wrote a program which sets desktop wallpaper from jpg image and writes=
>=20
>today's date onto image.
>
>
>mistertrik at hotmail.com wrote:
> >=20
> >=20
> > Can anyone recommend a simple desktop wallpaper program?
> > I'd like to be able to point it at a directory full of pics and have it=
>=20
> > auto-change ever few hours or so....
> >=20
> > *Free
> > *No spyware
> >=20
> > 
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>=3D=3D=3D=3D=3D
> > .______<-------------------\__
> > / _____<--------------------__|=3D=3D=3D
> > ||_    <-------------------/
> > \__| Mr Trick
> >=20
> >=20
> >=20
>
>
>
>TOPICA - Start your own email discussion group. FREE!
>
>

new topic     » goto parent     » topic index » view message » categorize

8. RE: Desktop pic proggy....

You have to define it yourself, it's not in Win32lib.
Get Win32 API manual, like MSDN.

global constant xSystemParametersInfo =3D registerw32Function(user32,=20

"SystemParametersInfoA", {C_UINT, C_UINT, C_POINTER, C_UINT}, C_INT )


I don't know anything about CxImage.


mistertrik at hotmail.com wrote:
>=20
>=20
> I am new to API programming.... where is this ->xSystemParametersInfo<-=
=20
> defined?
>=20
> Also, I dl'ed CxImage, but on running test.exw, got the error message=20
> inside=20
> exw.exe:
>=20
> The instruction at 10035424 referenced memory at 0055fc04. The memory=20
> can=20
> not be read from...
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
> .______<-------------------\__
> / _____<--------------------__|=3D=3D=3D
> ||_    <-------------------/
> \__| Mr Trick
>=20
>=20
> >From: Tone ?koda <tone.skoda at gmx.net>
> >Reply-To: EUforum at topica.com
> >To: EUforum <EUforum at topica.com>
> >Subject: RE: Desktop pic proggy....
> >Date: Wed, 18 Jun 2003 14:41:55 +0000
> >
> >
> >You can make you own, using:
> >
> >success =3D3D w32Func (xSystemParametersInfo, {SPI_SETDESKWALLPAPER,
> >                 0, dest_fname, 0})
> >
> >and use FreeLib to convert jpg to bmp.
> >
> >Then you could set Windows scheduler to execute this program every hour.=

> >
> >I wrote a program which sets desktop wallpaper from jpg image and=20
> >writes=3D
> >=3D20
> >today's date onto image.
> >
> >
> >mistertrik at hotmail.com wrote:
> > >=3D20
> > >=3D20
> > > Can anyone recommend a simple desktop wallpaper program?
> > > I'd like to be able to point it at a directory full of pics and have =
it=3D
> >=3D20
> > > auto-change ever few hours or so....
> > >=3D20
> > > *Free
> > > *No spyware
> > >=3D20
> > >=20
> >=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=
=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D
> >
> >=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=
=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D
> >
> >=3D3D=3D3D=3D3D=3D3D=3D3D
> > > .______<-------------------\__
> > > / _____<--------------------__|=3D3D=3D3D=3D3D
> > > ||_    <-------------------/
> > > \__| Mr Trick
> > >=3D20
> > >=3D20
> > >=3D20
> >
> >
> >TOPICA - Start your own email discussion group. FREE!
> >
> >
>=20
>=20
>=20

new topic     » goto parent     » topic index » view message » categorize

9. RE: Desktop pic proggy....

Thanks, Tone...

I downloaded your image editor... but I can't figure out how you use the=
=20
freeimage utility...
would it be difficult to load a jpg (or other file format, for that matter)=
=20
into a euphoria program, and save it as a bitmap?
I don't want to manipulate it any way at this stage, I'm just looking at=
=20
directly converting it.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
.______<-------------------\__
/ _____<--------------------__|=3D=3D=3D
||_    <-------------------/
\__| Mr Trick





>From: Tone =8Akoda <tone.skoda at gmx.net>
>Reply-To: EUforum at topica.com
>To: EUforum <EUforum at topica.com>
>Subject: RE: Desktop pic proggy....
>Date: Thu, 19 Jun 2003 22:46:34 +0000
>
>
>You have to define it yourself, it's not in Win32lib.
>Get Win32 API manual, like MSDN.
>
>global constant xSystemParametersInfo =3D3D registerw32Function(user32,=
=3D20
>
>"SystemParametersInfoA", {C_UINT, C_UINT, C_POINTER, C_UINT}, C_INT )
>
>
>I don't know anything about CxImage.
>
>
>mistertrik at hotmail.com wrote:
> >=3D20
> >=3D20
> > I am new to API programming.... where is this ->xSystemParametersInfo<-=
=3D
>=3D20
> > defined?
> >=3D20
> > Also, I dl'ed CxImage, but on running test.exw, got the error message=
=3D20
> > inside=3D20
> > exw.exe:
> >=3D20
> > The instruction at 10035424 referenced memory at 0055fc04. The memory=
=3D20
> > can=3D20
> > not be read from...
> >=20
>=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3=
D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D
>=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3=
D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D3D=3D
>=3D3D=3D3D=3D3D=3D3D=3D3D
> > .______<-------------------\__
> > / _____<--------------------__|=3D3D=3D3D=3D3D
> > ||_    <-------------------/
> > \__| Mr Trick
> >=3D20
> >=3D20
> > >From: Tone ?koda <tone.skoda at gmx.net>
> > >Reply-To: EUforum at topica.com
> > >To: EUforum <EUforum at topica.com>
> > >Subject: RE: Desktop pic proggy....
> > >Date: Wed, 18 Jun 2003 14:41:55 +0000
> > >
> > >
> > >You can make you own, using:
> > >
> > >success =3D3D3D w32Func (xSystemParametersInfo, {SPI_SETDESKWALLPAPER,=

> > >                 0, dest_fname, 0})
> > >
> > >and use FreeLib to convert jpg to bmp.
> > >
> > >Then you could set Windows scheduler to execute this program every=20
>hour.=3D
>
> > >
> > >I wrote a program which sets desktop wallpaper from jpg image and=3D20=

> > >writes=3D3D
> > >=3D3D20
> > >today's date onto image.
> > >
> > >
> > >mistertrik at hotmail.com wrote:
> > > >=3D3D20
> > > >=3D3D20
> > > > Can anyone recommend a simple desktop wallpaper program?
> > > > I'd like to be able to point it at a directory full of pics and hav=
e=20
>=3D
>it=3D3D
> > >=3D3D20
> > > > auto-change ever few hours or so....
> > > >=3D3D20
> > > > *Free
> > > > *No spyware
> > > >=3D3D20
> > > >=3D20
> > >=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=
=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D
>=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3=
D
> > >
> > >=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=
=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D
>=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3=
D
> > >
> > >=3D3D3D=3D3D3D=3D3D3D=3D3D3D=3D3D3D
> > > > .______<-------------------\__
> > > > / _____<--------------------__|=3D3D3D=3D3D3D=3D3D3D
> > > > ||_    <-------------------/
> > > > \__| Mr Trick
> > > >=3D3D20
> > > >=3D3D20
> > > >=3D3D20
> > >
> > >
> > >TOPICA - Start your own email discussion group. FREE!
> > >
> > >
> >=3D20
> >=3D20
> >=3D20
>
>
>
>TOPICA - Start your own email discussion group. FREE!
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu