Jump to content

Open Internet Explorer In A Tab Item Or Edit Box


Recommended Posts

Currently I am calling a function to open the default browser and sending a URL as a parameter to the function

this opens up (in my case) a new firefox window to the specified URL. however i wanted to tidy the whole thing up and Rather than open a new window, create a tab or edit box and then open the browser up in that edit box /tab,

I initially thought about using GUICtrlSetData($controlid, Default_browser($url))

but this still opened a new window and returned the sucessof of the operation into edit box $controlid

if I use call("Default_browser($url)") then it does not open the new window and just return the sucess oin the operation into the edit box

hmmm Any suggestions/direction would be appreciated

Anthony :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...