Page 1 of 1

vp webbrowser active X

Posted: 30 Jun 2015 8:18
by drspro2
hi Forum,

I distribute the built in webbrowser control to windows computers in the software package.

On most systems it works good.

Though on 1 windows-machine ( windows server ) where they use the virtual machine through a remote desktop session, the webbrowser, ( built in an exe program ) program generates a windows error (not an error in the vip program ) after
which the windows OS closes the program.


This happens only 2 times out of 10 times, the other 8 times the program behaves without windows errors.

Maybe someone has an idea how to solve it or to what the cause may be.



Thankyou

Posted: 29 Jul 2015 8:05
by Tonton Luc
Hi,

:idea: maybee add this in your code :

Code: Select all

browser:set_Silent(true()),

Posted: 12 Aug 2015 8:02
by drspro2
hi TonTon , thankyou for the answer,


it seems that windows server checks Exe file through DEP systeem, i think it checks foor loops, and i tried to remove everything that could seen as a loop in the events calling, so i hope it works better now,

Posted: 12 Aug 2015 9:27
by Thomas Linder Puls
Most of the webBrowserControl is a part of the Microsoft Internet Explorer. So the essential part of the control is already installed on the computer.

I am afraid that we have also experienced severe problems with it when running in a Citrix environment (which is very similar to remote desktop setups). Our problems have to do with huge memory usage, which leads to a breakdown of the program itself. We have not been able to track down the problem, so I cannot for sure say if it is related to the "remote" part.