Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Hyperlink Picture

Hi, how to make a picture like a hyperlink so you can click it (I mean current picture control does allow you to click it but without visual indication such as the mouse cursor changes to hand shape etc)

Comments

  • I don't think there's anything explicit but you may be able to simulate something using the onMouseEnter event and perhaps the bordercolors property or something
  • I'm not sure you can do this in a satisfactory way without an upgrade to the control itself. You could us OnMouseEnter and OnMouseExit, as Mark suggested, but the Utility("CURSOR") service doesn't support the hand cursor. Unfortunately, setting a cursor via the Win32 API is not straight forward, since it has to be called constantly during a MouseMove. Is there a reason a button can't do the job? A button has better affordance IMO.
  • Thanks guys, I've already made it worked by using set_property("SYSTEM","CURSOR","&")
Sign In or Register to comment.