How to make a note show when the mouse hovers

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

    How to make a note show when the mouse hovers

    I want to make a small window popup when the mouse hovers.
    I've looked in the Help but can't find any info (probably can't think of a
    good keyword)

    Are ToolTips control used for that?

    Any suggestions?


    Thanks



  • Herfried K. Wagner [MVP]

    #2
    Re: How to make a note show when the mouse hovers

    " Just Me" <groups@a-znet.com> schrieb:[color=blue]
    >I want to make a small window popup when the mouse hovers.
    > I've looked in the Help but can't find any info (probably can't think of a
    > good keyword)
    >
    > Are ToolTips control used for that?[/color]

    Drag a tooltip component from the Windows Forms tab of the toolbox onto your
    form. All controls will be extended by a property that can be used to
    assign the tooltip text.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • Cor Ligthert

      #3
      Re: How to make a note show when the mouse hovers

      Just me,

      Almost the same answer as Herfried gave however in my opinion can his answer
      be confusing when you never used that.

      Drag a tooltip component from the Windows Forms tab of the toolbox onto your
      form.

      All controls will in the property grid for that than get an extra property
      where the tooltip text can be placed.

      Cor


      Comment

      • Just Me

        #4
        Re: How to make a note show when the mouse hovers

        Sounds perfect if I can assign the property at runtime.


        thanks

        " Just Me" <groups@a-znet.com> wrote in message
        news:OwG4GrpEFH A.208@TK2MSFTNG P12.phx.gbl...[color=blue]
        >I want to make a small window popup when the mouse hovers.
        > I've looked in the Help but can't find any info (probably can't think of a
        > good keyword)
        >
        > Are ToolTips control used for that?
        >
        > Any suggestions?
        >
        >
        > Thanks
        >
        >
        >[/color]


        Comment

        • Just Me

          #5
          Re: How to make a note show when the mouse hovers

          Work great

          I love this system. It's unbelievable how much capability one can get with a
          few lines of code - and someone to point you in the right direction.

          Thanks Henfried and Cor

          " Just Me" <groups@a-znet.com> wrote in message
          news:%23r9F$eqE FHA.960@TK2MSFT NGP09.phx.gbl.. .[color=blue]
          > Sounds perfect if I can assign the property at runtime.
          >
          >
          > thanks
          >
          > " Just Me" <groups@a-znet.com> wrote in message
          > news:OwG4GrpEFH A.208@TK2MSFTNG P12.phx.gbl...[color=green]
          >>I want to make a small window popup when the mouse hovers.
          >> I've looked in the Help but can't find any info (probably can't think of
          >> a
          >> good keyword)
          >>
          >> Are ToolTips control used for that?
          >>
          >> Any suggestions?
          >>
          >>
          >> Thanks
          >>
          >>
          >>[/color]
          >
          >[/color]


          Comment

          Working...