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 / C++ / MFC
  4. changing column value to hyper link

changing column value to hyper link

Scheduled Pinned Locked Moved C / C++ / MFC
question
5 Posts 4 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.
  • V Offline
    V Offline
    VCProgrammer
    wrote on last edited by
    #1

    Hi all, I have made a report style list control. In that list control i have made two columns. What i want to do is when column 2 value changes to certain number then column 1 value should change into hyperlink. how can i do this. Thanks in advance

    L R S 3 Replies Last reply
    0
    • V VCProgrammer

      Hi all, I have made a report style list control. In that list control i have made two columns. What i want to do is when column 2 value changes to certain number then column 1 value should change into hyperlink. how can i do this. Thanks in advance

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      What event causes column 2 to change? You need to monitor or capture that, and make the changes to column 1 at the appropriate time. Without knowing more about your code it is difficult to be more specific.

      Unrequited desire is character building. OriginalGriff

      V 1 Reply Last reply
      0
      • L Lost User

        What event causes column 2 to change? You need to monitor or capture that, and make the changes to column 1 at the appropriate time. Without knowing more about your code it is difficult to be more specific.

        Unrequited desire is character building. OriginalGriff

        V Offline
        V Offline
        VCProgrammer
        wrote on last edited by
        #3

        both columns have been initialized with some values when initial value of column 2 increases then column one value should become hyperlink. Thanks.

        1 Reply Last reply
        0
        • V VCProgrammer

          Hi all, I have made a report style list control. In that list control i have made two columns. What i want to do is when column 2 value changes to certain number then column 1 value should change into hyperlink. how can i do this. Thanks in advance

          R Offline
          R Offline
          Rolf Kristensen
          wrote on last edited by
          #4

          Here are different examples of creating a hyperlink in the CListCtrl: A list control with hyperlink function[^] Simple CListCtrl with HyperLink Function[^] CListCtrl With Web Links[^]

          1 Reply Last reply
          0
          • V VCProgrammer

            Hi all, I have made a report style list control. In that list control i have made two columns. What i want to do is when column 2 value changes to certain number then column 1 value should change into hyperlink. how can i do this. Thanks in advance

            S Offline
            S Offline
            Software_Developer
            wrote on last edited by
            #5

            for static controls: here

            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