Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Dynamic ToolTip: update the shown value

Dynamic ToolTip: update the shown value

Scheduled Pinned Locked Moved C#
questionhelpannouncement
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kaminem
    wrote on last edited by
    #1

    Hi all, I'm trying to show a tooltip for a button. I have a StopWatch, the purpose is to show the elapsed Time into the tooltip string. and to get the refreshed value each time the mouse is under the button I'm doing like that this.toolTip1.SetToolTip(button1, Stopwatch.Elapsed.ToString()); but the tooltip shown have always the same value How can I update this value ? Thanks for help

    J 1 Reply Last reply
    0
    • K kaminem

      Hi all, I'm trying to show a tooltip for a button. I have a StopWatch, the purpose is to show the elapsed Time into the tooltip string. and to get the refreshed value each time the mouse is under the button I'm doing like that this.toolTip1.SetToolTip(button1, Stopwatch.Elapsed.ToString()); but the tooltip shown have always the same value How can I update this value ? Thanks for help

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      I think you may have to hide the tool tip and reshow it again. That, or use a custom tooltip that lets you set the text while it's visible.

      Tech, life, family, faith: Give me a visit. I'm currently blogging about: What this world needs... (Video) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups