Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tcursor problem

Status
Not open for further replies.

schu

MIS
Jun 21, 2001
188
HK
I want to set a kind of moveover event but cannot get it to work.

I have set
I have added a custom cursor to my res file
screens.cursors[5]:=LoadCursor(HInstance,'MYCURSOR');

this worked
screen.cursor:=5;

But does not work with my image so
Image1.cursor:=5;
does not work
Normal system cursors work e.g.
Image1.cursor:=-20;

Am I missing a step?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top