From: "Thomas" Subject: Re: Drawing Cursor? Date: 18 Mar 1999 00:00:00 GMT Message-ID: <01be715f$14ec12c0$6400000a@senikies.easynet.fr> References: <7cqasu$8iq1@forums.borland.com> Organization: Another Netscape Collabra Server User Newsgroups: borland.public.delphi.graphics Hi Igor, You may use : DrawIcon(Image1.Canvas.handle, 0, 0, LoadCursor(0, IDC_ARROW)); If you wanna get your cursor from a file, use LoadCursorFromFile instead. If you wanna fill your bitmap background, uses DrawIconEx. Regards, Thomas.