How to make text link in dialog box with Win32api?
-
I need to create a text link to a site in a dialog box. I have seen in many windows aplications it is a blue text and on mouse press an iexplorer window opens with the link in the address bar. I know how to open an explorer window but I don't know how to create the text and the event listener that will underline the text and will listen to mouse clicks. Any help will be apreciated. I have a dialog based application in visual studio 6. Thanks, dragulceo.
-
I need to create a text link to a site in a dialog box. I have seen in many windows aplications it is a blue text and on mouse press an iexplorer window opens with the link in the address bar. I know how to open an explorer window but I don't know how to create the text and the event listener that will underline the text and will listen to mouse clicks. Any help will be apreciated. I have a dialog based application in visual studio 6. Thanks, dragulceo.
Take a look at the Hyperlink control[^] by Chris Maunder. -- jlr http://jlamas.blogspot.com/[^]
-
Take a look at the Hyperlink control[^] by Chris Maunder. -- jlr http://jlamas.blogspot.com/[^]
Thank you very much ... that's what i'm looking for!
-
Thank you very much ... that's what i'm looking for!
No problem, and remember, Google is your friend :) -- jlr http://jlamas.blogspot.com/[^]