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
Printable View
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
Where would that somewhere else be? Are you talking about a web page?
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.