mouseover...please help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • new_sense

    #1

    mouseover...please help

    Basically I'm creating a map application. When a user selects display all
    accomodation, the accomodation icon appears painted over the map(in
    picturebox). Is there anyway to display info eg name of hotel when user uses
    the stylus to mouseover the icon??

  • Ignacio Machin \( .NET/ C# MVP \)

    #2
    Re: mouseover...ple ase help

    Hi,

    "new_sense" <newsense@discu ssions.microsof t.com> wrote in message
    news:841689A4-8026-4A36-AB5B-6C14DEF70B2A@mi crosoft.com...[color=blue]
    > Basically I'm creating a map application. When a user selects display all
    > accomodation, the accomodation icon appears painted over the map(in
    > picturebox). Is there anyway to display info eg name of hotel when user
    > uses
    > the stylus to mouseover the icon??[/color]

    What r u using to represent the Icon ?
    If you use a control for it you can easily hook the mouseover event.



    --
    Ignacio Machin,
    ignacio.machin AT dot.state.fl.us
    Florida Department Of Transportation


    Comment

    Working...