Open web address from WEB Object in default Browser.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • pesho
    Forum Member
    • Apr 2010
    • 16

    Open web address from WEB Object in default Browser.

    It is possible to open web address in default browser like this.
  • Ruth
    Indigo Rose Customer
    • Mar 2012
    • 83

    #2
    Hello,

    The code below will open the web objects URL in the users default browser.

    Code:
    current_url = Web.GetURL("Web1");
    File.OpenURL(current_url);
    Plugins:

    Bitmap (113 KB)

    ComboBoxEx (141 KB)

    Comment

    • pesho
      Forum Member
      • Apr 2010
      • 16

      #3
      Originally posted by Ruth View Post
      The code below will open the web objects URL in the users default browser.

      Code:
      current_url = Web.GetURL("Web1");
      File.OpenURL(current_url);
      I am ashamed.
      It's so simple!

      Thank you.

      Comment

      Working...
      X