Cursor Hotspot

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John J. Hughes II

    Cursor Hotspot

    Using the Visual C#.Net editor I have created a cursor.cur file as a
    resource. I would like to be able to set the hotspot. The problem is the
    "Set Hotspot Tool" is deselected. Anyone have a clue how to get it enabled?

    Regards,
    John


  • 100

    #2
    Re: Cursor Hotspot

    Hi John,
    This problem stays since the begining of VS.NET. You cannot set the hot
    spot. If you want to have different hot spot create win32 native cursor and
    then add it to the project as embedded resource. VS.NET's resource editor
    can set the hot spot for those cursor.

    HTH
    B\rgds
    100

    "John J. Hughes II" <no@invalid.com > wrote in message
    news:eGZaYVWeDH A.2748@TK2MSFTN GP11.phx.gbl...[color=blue]
    > Using the Visual C#.Net editor I have created a cursor.cur file as a
    > resource. I would like to be able to set the hotspot. The problem is the
    > "Set Hotspot Tool" is deselected. Anyone have a clue how to get it[/color]
    enabled?[color=blue]
    >
    > Regards,
    > John
    >
    >[/color]


    Comment

    Working...