Results 1 to 4 of 4

Thread: [RESOLVED] [2008] wpf webbrowser problem

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    31

    Resolved [RESOLVED] [2008] wpf webbrowser problem

    when I do :
    Code:
     WebBrowser1.Navigate("http://www.yahoo.com")
    it highlights the address and says:
    "Value of type 'String' cannot be converted to 'System.Uri'."


  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,422

    Re: [2008] wpf webbrowser problem

    vb Code:
    1. WebBrowser1.Navigate(new uri("http://www.yahoo.com"))

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    31

    Re: [2008] wpf webbrowser problem

    thanks very much

  4. #4
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,422

    Re: [2008] wpf webbrowser problem

    don't forget to mark your thread resolved if you don't need any more help

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