The mouse pointer is always the same size, 32x32 I think. Is there a way to create a much larger one? I actually want to create a circle with a cross in it, so that it would show the "range of effect" of a mouse-click on some objects. The size would be about 80x80
I don't think so. I recently had to do a stamp-pad tool for a paint program and what with variable-sized stamps (user selectable) and different zoom levels I often had stamps that were much larger than the cursor, and in true color at that. Since I had a ready canvas I just pre-drew the stamps to a TBitmap and then drew them in the right place on the canvas whenever I got a mouse message. Was slow for very large stamps, but worked fine otherwise. Is this an option for you?
-- Corey Murtagh The Electric Monk "Quidquid latine dictum sit, altum viditur!"
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
