CStaticLInk is not working good in CPropertyPage
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, everyone, In my project, I used CStaticLink class to change the static text to url style text. It works fine in different dialog boxes. But it is not working good in a CPropertyPage dialog box. The text is not changed to blue color and not underscored, but the link is still working good. I think the problem is from the second parameter *CWnd (in my code, I used "this"), but I cannot figure out what should it be. What do I need to do to make it work? Thanks a lot in advance. Bin