RE: [DUG]: Remove the cursor

2000-07-04 Thread Jeremy Coulter
recipients of list delphi Subject: RE: [DUG]: Remove the cursor Use 'crNone' instead of a magic number :) > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, July 05, 2000 12:56 > To: Mu

RE: [DUG]: Remove the cursor

2000-07-04 Thread Nahum Wild
Use 'crNone' instead of a magic number :) > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, July 05, 2000 12:56 > To: Multiple recipients of list delphi > Subject:

Re: [DUG]: Remove the cursor

2000-07-04 Thread JNorth
ShowCursor(False) or Screen.Cursor := -1; JED >> How can I temporly remove the cursor? >> Proberly simple to do but I can't find a way to do it anywhere. >> James --- New Zealand Delphi Users group - Delphi List -