Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Installation
»
General
»
How to load a custom cursor?
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
converting C++ over laz, ...
by
jamie
[
Today
at 01:13:48 am]
Pictures in Forms
by
winni
[
Today
at 12:24:04 am]
[SOLVED] Indicator arrow ...
by
pcurtis
[February 27, 2021, 11:54:02 pm]
MOVED: TChart start posit...
by
trev
[February 27, 2021, 11:05:08 pm]
File handling, records [p...
by
Kays
[February 27, 2021, 11:02:24 pm]
Icon Application
by
Fred vS
[February 27, 2021, 08:53:45 pm]
FPC on Rasp Pi, non Lazar...
by
AlanTheBeast
[February 27, 2021, 08:34:13 pm]
problem executting tproce...
by
Martin_fr
[February 27, 2021, 08:14:04 pm]
Fpcupdeluxe
by
DonAlfredo
[February 27, 2021, 08:11:02 pm]
linux x64 assembler
by
Kays
[February 27, 2021, 08:03:39 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to load a custom cursor? (Read 6000 times)
SnakeBR
Guest
How to load a custom cursor?
«
on:
December 20, 2005, 10:15:19 pm »
This code don't work, why?
procedure TForm1.Button3Click(Sender: TObject);
const
NovoCursor = 1;
begin
Screen.Cursors[ NovoCursor ] := LoadCursorFromFile('c:\windows\cursorsglobe.ani' );
Cursor := NovoCursor;
end;
Logged
matthijs
Hero Member
Posts: 537
RE: How to load a custom cursor?
«
Reply #1 on:
December 21, 2005, 07:49:33 am »
Define: "don't work".
Maybe the last line but one should be
Code:
[Select]
Screen.Cursor := NovoCursor;
Logged
What's in a sig? Would my posting look less if it didnot have a sig? (Free after William S.)
Why cannot I upload my own Avatar?
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Installation
»
General
»
How to load a custom cursor?
TinyPortal
© 2005-2018