I want my Visual C++ app to display a hyper-link so that the user can click on it and have his default browser open the web-site I designate. I am using MS VisualC++ 6.0. Does anyone know how to do this?
Dear DoctorC,<br><br>I'm assuming you know how to handle the mouse click.<br><br>To launch the default browser and send it an URL look at the API's ShellExecute() and ShellExecuteEx()<br><br>Good luck<br>-pete
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.