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. Windows Forms
  4. Ticker scrolling

Ticker scrolling

Scheduled Pinned Locked Moved Windows Forms
databasetutorial
2 Posts 2 Posters 2 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.
  • N Offline
    N Offline
    nilima Dash
    wrote on last edited by
    #1

    hi, how to give links to the items moving in a ticker. Actualy i am fetching the items from a database and showing it in a label control and using timer control i am schrolling it. but i want to show like when i move the mouse on the item it will display as a link,if i click this link it will open one windows page and show the details of the item. nilima

    C 1 Reply Last reply
    0
    • N nilima Dash

      hi, how to give links to the items moving in a ticker. Actualy i am fetching the items from a database and showing it in a label control and using timer control i am schrolling it. but i want to show like when i move the mouse on the item it will display as a link,if i click this link it will open one windows page and show the details of the item. nilima

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      No control does this, but it's easy enough to write one. Just set up a control that contains the text, and keeps drawing itself scrolling, then capture the click event, work out what's been clicked, and then based on that, open another form.

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      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