Código Delphi [-] if FileExists('C:\WINDOWS\Cursores\3dgarro.cur') then Screen.Cursors[1] := LoadCursorFromFile('C:\WINDOWS\Cursores\3dgarro.cur') else ShowMessage('No existe el cursor'); Cursor := 1;
if FileExists('C:\WINDOWS\Cursores\3dgarro.cur') then Screen.Cursors[1] := LoadCursorFromFile('C:\WINDOWS\Cursores\3dgarro.cur') else ShowMessage('No existe el cursor'); Cursor := 1;