PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Old version HTM controle
Old version HTM controle
Iniciado por guest, 18,dic. 2015 08:45 - 5 respuestas
Publicado el 18,diciembre 2015 - 08:45
Hello,

I have a problem with the HTM controle in Windev 20, i open a order website wich doesn`t work ok since a couple of days. The website opens ok but does not load everything.They said to me that they removed some settings for Internet Explorer 10 because everyone has IE11. But i think the HTM controle from Windev works on the IE10 base, is this right? And is there a option to update/change this?
Publicado el 18,diciembre 2015 - 08:46
Sorry i mean HTML controle ofcourse...
Publicado el 18,diciembre 2015 - 11:13
Or is there a function to start Internet Explorer in a certain website? Than i can do it without the HTML function of Windev.
Publicado el 18,diciembre 2015 - 11:22
Hi Sammy,

the html control is an encapsulation of -THE- IE installed on the computer. The same way than IE does, it can work in previsou modes (IE7, IE8, etc), by using a setting in the registry (see MS web site for details).

As for launching a web site, it's simply shellexecute with the full url.

Best regards
Publicado el 18,diciembre 2015 - 11:24
You can use one activex control associated with the Microsoft Web Browser and in the int code of the control use your_activex_control>>Navigate("http://www.google.com")
Publicado el 18,diciembre 2015 - 15:25
Thanks all!
I use the shellexecute function, i think its the best way.