Problem with Web Browser control in vc++
In my dialog-based VC++ application, I am using a web browser control to display a html file.But when I change the Text Size from the View menu of the Internet Explorer , the same change is reflected in the browser in my VC++ application.Is there any way we can overcome this problem?:(
|