Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Rotator > Rotator Web Browser at Runtime

Not answered Rotator Web Browser at Runtime

Feed from this thread
  • Rhonda avatar

    Posted on Dec 29, 2010 (permalink)

    Is there a way to change the url at runtime for the web browser item?  I would like the browser to rotate thru a group of .swf files in a given folder or list.  Whenever I try to change the url property I get an error stating it is Read Only.  I am programming in Visual Basic 2008.

    Reply

  • Peter Peter admin's avatar

    Posted on Jan 3, 2011 (permalink)

    Hi Rhonda,

    Thank you for writing. You should create a new URI object and initialize the URL property of RadWebBrowserItem with it. Consider the following sample:

    Dim newUri as Uri  = new Uri
    Uri.TryCreate("http://mynewurl",UriKind.Absolute, newURL)
    radWebBrowserItem1.Url = newUri

    I hope this helps. Don't hesitate to contact us if you have other questions.

    Regards, Peter
    the Telerik team
    Q3’10 SP1 of RadControls for WinForms is available for download; also available is the Q1'11 Roadmap for Telerik Windows Forms controls.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Rotator > Rotator Web Browser at Runtime
Related resources for "Rotator Web Browser at Runtime"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]