cursors

hi,

when i hover over panel1 i wish my cursor to change to an image of my liking, could someone please tell me how this is done




Answer this question

cursors

  • RLewkovich

    Every control has a Cursor, check the link and you will find the MSDN documentation for this property.


  • dotScience

    if i hovered over a panel, i would like my cursor to change to an orange square, is that not possible

  • Jaroslaw Pekala

    Look at the Cursor property of panel1.

  • Kiwi Samurai Coder

    Yes, as i said before just set the Cursor property to you own cursor.


  • papuna

    No, then i don't understand your question. You don't want to change the cursor image but you want to change a other image

    Can you explain what you want in detail, please


  • Ray Dodson

    where is this cursor property


  • Glenn Berry

    You can set the Cursor property of the Panel, as OShah said. Just set this to an specific Cursor you want.

    Now only you panel will have that specified cursors. You can also change this property on events, so the cursor is only different in specific situations.


  • LostStudent

    did u not understand my question an image of my liking

  • cursors