Not sure what you mean by the about dialog. You can include IE in a dialog box very simply. Just go into project/add to project/components and controls and select MS Webbrowser from the registered controls list. This creates a proxy class for the control and adds the webbrowser to the toolbox. Put the control on your dialog box and use class wizard to add a member (e.g. m_wb) for the control.
Then you can do stuff like m_wb.Navigate("
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.