the address link

Aquí puedes preguntar o compartir tus dudas y conocimientos acerca del programa
hi ..Greetings to all

How to get the address link for the browser outside of the project ?

For example
abood = File.OpenURL("http://www.amsspecialist.info/index.php", SW_SHOWNORMAL);
I want...... Web.GetURL(abood); ..... in my project

Please correct this code to get the address link

Note that the browser outside of the project and i want... Input.SetText"address link" .. in my project
Such as control system for the external browser

:SOS: :SOS: :SOS:
saving url in "INI FILE" or in "REG" and get url from de file or reg...
The object functions only works for objects, if you open a external navigator, there aren't a web object to interface, so, if you want to know the opened URL on your browser, you have a problem.

If you don't have very much experience programming, as i'm seen, forgive the idea.

If you have a little more programming skills, you could use Activex com reference to interface a web browser, but only avalible if user has IE as default (some asshole)
saving url in "INI FILE" or in "REG" and get url from de file or reg...


How to get the address if an external browser ?
the address is not fixed
Type the code


If you don't have very much experience programming, as i'm seen, forgive the idea.


yes i don't have very much experience programming :SOS:
sorry i mistake reading... i think browse of other ams project...

Note: REMEMBER USE LUA BUTTON FOR ADD SCRIPTS --> Imagen :friends:

EXAMPLE

Código: Seleccionar todo

abood = File.OpenURL("http://www.amsspecialist.info/index.php", SW_SHOWNORMAL);
-->
abood = File.OpenURL("http://www.amsspecialist.info/index.php", SW_SHOWNORMAL);
Note: REMEMBER USE LUA BUTTON FOR ADD SCRIPTS --> Imagen :friends:
Thanks Mr/ Ceone I will try