the address link
Publicado: 27 Mar 2011 16:45
por abood1987
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
Re: the address link
Publicado: 27 Mar 2011 21:22
por Ceone
saving url in "INI FILE" or in "REG" and get url from de file or reg...
Re: the address link
Publicado: 27 Mar 2011 23:31
por Pabloko
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)
Re: the address link
Publicado: 28 Mar 2011 01:12
por abood1987
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
Re: the address link
Publicado: 28 Mar 2011 01:33
por Ceone
sorry i mistake reading... i think browse of other ams project...
Note: REMEMBER USE LUA BUTTON FOR ADD SCRIPTS -->
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);
Re: the address link
Publicado: 29 Mar 2011 18:39
por abood1987
Note: REMEMBER USE LUA BUTTON FOR ADD SCRIPTS -->
Thanks Mr/ Ceone I will try