CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2009
    Posts
    9

    Webbrowser control in Silver light

    Hi,

    I am working on a silver light application. In this I want to use a web browser control like functionality. That is I want to open a new browser dynamically at run time to open a new web link. I tried in many ways using the normal syntax but they didn't worked with my application. please note that I am using Silver light 2.0

    If any one have any idea on this please reply me.


    Thanks in advance.

  2. #2
    Join Date
    Jul 2007
    Location
    Illinois
    Posts
    517

    Re: Webbrowser control in Silver light

    Would something like this work?

    Code:
    HtmlPage.Window.Navigate(new Uri("http://www.mypage.com", UriKind.Absolute), "_blank");
    R.I.P. 3.5" Floppy Drives
    "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." - Albert Einstein

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