From: "Justin Washtell" To: Subject: Delphi/Graphics/Algorithms feedback. Sender: "Justin Washtell" Date: Wed, 04 Jul 2001 15:51:31 +0100 MIME-Version: 1.0 X-Mailer: OfficeTalk 3.00 Content-Type: multipart/alternative; boundary="----=_NextPart_2512C4A3_7071_11d5_861C_00409545245F" Message-Id: Status: U X-UIDL: O0MsadHkIcxKfgE This is a multi-part message in MIME format. ------=_NextPart_2512C4A3_7071_11d5_861C_00409545245F Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Bugs in Delphi 2.0 cursor handling, specifically the omission of the crSize and crSizeAll cursors, are discussed on your site. I have discovered the ollowing solution, which you may like to add to this section. Screen.Cursors[crSize]:=LoadCursor(0,IDC_SIZEALL); This line of code will re-instate the crSize cursor. Kind regards Justin Washtell