Web Browser

Ok. I am trying to set a WebBrowsers URL programmically. But it wont let me. Can someone tell me how to do this


Answer this question

Web Browser

  • Dolly

    Hi,

    You can set it like this:

    webBrowser1.Url = new Uri("http://www.google.com.ph");




    cheers,

    Paul June A. Domag


  • Web Browser