Hyperlink
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a quick method to make a label in a dialog a hyperlink to a webpage? (say, invoke the browser, and load the URL). Thanks all.
See this URL http://codeguru.earthweb.com/controls/hyperlink.shtml or You can create new class, derived from CStatic. OlegO