Ver Mensaje Individual
  #5  
Antiguo 30-01-2009
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
En tal caso el problema está en el recurso, prueba algo así para asegurarte;

Código Delphi [-]
procedure TForm1.Button1Click(Sender: TObject);
begin
 Screen.Cursors[crHourGlass] := LoadCursorFromFile('C:\WINDOWS\Cursors\Fedora Inverse\Busy.ANI');
 Screen.Cursor := crHourGlass;
end;
__________________
RTFM > STFW > Foro > Truco > Post > cHackAll > KeBugCheckEx
Responder Con Cita