CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2002
    Location
    Terrebonne, Quebec, Canada
    Posts
    67

    WebBrowser and IE default system version

    Hi,

    I'm using a WebBrowser Control and I created a html page that display the Web Browser version.

    I have IE 8 installed on my Vista and when I run my app WebBrowser that load the script, It's tell IE 7 version?

    How can I force WebBrowser Control to use the last IE installed?

    Thanks,
    Michel.

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: WebBrowser and IE default system version

    This might be helpful.
    http://blogs.msdn.com/ie/archive/200...es-in-ie8.aspx

    Although I don't work with webbrowser controls, I searched MSDN and found this.

  3. #3
    Join Date
    Jun 2002
    Location
    Terrebonne, Quebec, Canada
    Posts
    67

    Resolved Re: WebBrowser and IE default system version

    Thanks for the link! It's help me a lot I was expecting for a better option, but Microsoft is Microsoft...

    Michel.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured