U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » image of cursor
Re: image of cursor [message #3644 is a reply to message #3642] Sat, 10 June 2006 12:12 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1323
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
Something like this:
Image MyCtrl::CursorImage(Point p, dword keyflags)
{
	Point p1=Point(0,50);
	Point p2=Point(200,60);
///	if (p.x>p1.x && p.x<p2.x && p.y>p1.y && p.y<p2.y)
///	return CtrlImg::vertpos1();
//		SetMouseCursor(CtrlImg::vertpos1());
	//	PromptOK("inside");

///	else return Image::Arrow();
	return Image::Arrow();
}
 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Graphics Context and Draw Object
Next Topic: StreamRaster::LoadAnyFile -- not exist in distribution?
Goto Forum:
  


Current Time: Thu Jun 25 03:36:07 GMT+2 2026

Total time taken to generate the page: 0.00524 seconds