I've got a big problem with the AxWebBrowserControl.
On my Form I've got one AxWebBrowserControl and a some other Input Controls
(TextBox tec.).
The first time I enter and leave the control evrything works fine. After
then the AxWebBrowserControl doesn't anymore get any Enter, Leave or
Validating Events.
Also on entering the AxWebBrowserControl the former active Control isn't
validated, this occurs only after entering another Control. It behaves, as
if the CausesValidation proprty was false, but it true (I checked in the
designer and in the debugger while runtime.)
This gives great problems with databinding and other stuff.
Does anyone know a solution to this problem?
Thanks