Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Help needed.
Re: Help needed. [message #27349 is a reply to message #27348] Tue, 13 July 2010 14:48 Go to previous messageGo to previous message
mrjt is currently offline  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

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: U ++ Vector vs STL vector
Next Topic: Usage of Date and Time
Goto Forum:
  


Current Time: Thu May 16 05:34:33 CEST 2024

Total time taken to generate the page: 0.03696 seconds