Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
710
Use the UltraNavigationBar to Navigate an Webbrowser
posted

Is it possible to navigate a Web-Brower-Control with th UltraNavigationBar. It seems to be

impossible to set an url at the RootLocation.DisplayText.

It say's "the path .. could not bee succesfully parsed

 

Parents
  • 69832
    Suggested Answer
    Offline posted

    It would be helpful if you posted the code that is causing the error so we can advise on how to avoid it. The message you quoted here is displayed when the NavigateTo method fails, and when an edit mode session ends and the result was not parsable.

    I'm not sure what relevance the DisplayText property has here, but yes, you should be able to use the control to process URLs. UltraNavigationBar has no awareness of what its locations are being used for, but the public object model should provide the support needed to turn the SelectedLocation into a URL, which you would then assign to the WebBrowser control's Url property.

Reply Children