Home » Community » Newbie corner » Help needed.
Re: Help needed. [message #27349 is a reply to message #27348] |
Tue, 13 July 2010 14:48   |
mrjt
Messages: 705 Registered: March 2007 Location: London
|
Contributor |
|
|
That's not the best solution IMO. You should override CursorImage on your drawing ctrl instead:
virtual Image CursorImage(Point p, dword keyflags) {
if (drawing)
return Image::Cross();
else
return Image::Arrow();
}
[Updated on: Tue, 13 July 2010 14:48] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Wed Jun 25 17:02:07 CEST 2025
Total time taken to generate the page: 0.03718 seconds
|