R
Reid
I have a Catch-22 type problem with the web browser control in VB Dot Net.
I can have complete functionality on a web page in the control. But as soon
as I add event handlers to the vb app (e.g. onclick event) , the behavior of
the web page in the control changes drastically. Input boxes will not
accept the focus. No data can be entered. As soon as the event handler is
removed and the app recompiled, functionality is restored.
The idea, of course, is to access the control programatically from vb.
However, I am being thwarted somewhare along the way. I don't know whether
it's by design or whether I have made the wrong declarations somewhere in
the code...
This programming technique works splendidly in VB6. I am just unable to
port it to dot net.
Any suggestions or insight would be appreciated.
Thanks,
Reid
I can have complete functionality on a web page in the control. But as soon
as I add event handlers to the vb app (e.g. onclick event) , the behavior of
the web page in the control changes drastically. Input boxes will not
accept the focus. No data can be entered. As soon as the event handler is
removed and the app recompiled, functionality is restored.
The idea, of course, is to access the control programatically from vb.
However, I am being thwarted somewhare along the way. I don't know whether
it's by design or whether I have made the wrong declarations somewhere in
the code...
This programming technique works splendidly in VB6. I am just unable to
port it to dot net.
Any suggestions or insight would be appreciated.
Thanks,
Reid