Ver Mensaje Individual
  #1  
Antiguo 13-06-2004
JaMFrY JaMFrY is offline
Invitado
 
Registrado: may 2003
Posts: 18
Reputación: 0
JaMFrY Va por buen camino
problema al cambiar fondo de pantalla

En mi aplicacion tengo este codigo

Código:
var 
p : PChar;
s : string;

begin

     GetMem(p, 255);
     GetWindowsDirectory(p, 255);
     s := String(p);
     image1.picture.savetofile(p+'\Migato.bmp');

     SystemParametersInfo(SPI_SETDESKWALLPAPER,0,Pchar(p+'\Migato.bmp'),SPIF_UPDATEINIFILE +
                           SPIF_SENDWININICHANGE);
pero cuando lo ago servir no me cambia el fondo...namas me quita el que tengo...aver si me podeis ayudaR!!! gracias.!
Responder Con Cita