المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to overrdide CHtmlView to specify the browser to be used



C++ Programming
08-23-2010, 11:51 AM
Hi,
I am using the CHtmlView derived class in my application to display an html page. However clicking any link in the page opens up by default in Internet Explorer. Is there any way I can make the links in the CHtmlView control to open up in the default browser set in the machine.

For example I set Firefox as the default browser. After that I launch my application and click on the link, it still opens up in IE.

Please let me know if its possible and how?