CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: F Scheltens

Search: Search took 0.02 seconds.

  1. Re: how to set Source of webbrowser to static string?

    Ok i found out what i was doing wrong:"Apparently the inner-exception was: Cannot convert string to URI.

    So here is the corrected sample:


    <Window x:Class="FlowDocTest.MainWindow"
    ...
  2. how to set Source of webbrowser to static string?

    Hi,

    im trying to set the source of a webbrowser to a static string, but when i run it i get an exception. Can anyone tell me why?



    <Window x:Class="FlowDocTest.MainWindow"
    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured