CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2003
    Posts
    24

    Arrow hyperlinks in list view (MFC)

    Hi!

    I just wanted to know that how to make a text in list view (MFC)act as a hyperlink kind of thing. i.e. by clicking to that it leads us to some where else.

    Regards
    Fa

  2. #2
    Join Date
    Apr 1999
    Posts
    3,585
    Where would that somewhere else be? Are you talking about a web page?
    Gort...Klaatu, Barada Nikto!

  3. #3
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266
    Look at the CStaticLink class in the PixieLib MFC C++ Class Library from Paul DiLascia. It is for a static control, but it probably is a sample that can be used to do what you are doing.
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured