C sharp # -- AxWebBroswer -- hangs, please help

G

gpost

Hello,

I am building a win form TAPI application using C#

The application loads a call control in a web form panel and also an
AxWebBroswer control which loads a web page.

Here is the bug:

When I load the project, make an INCOMING call, and attempt to answer it,
the entire application hangs/locks up with an infinite hourglass

When I load the project and make an OUTGOING call first, everything works
fine thereafter.

A few notes:

There is no call control code bug, the call control works fine without the
AxWebBroswer control on the same form.

No interaction whasoever needs to take place between the call control and
the AxWebBroswer control to trigger the problem, you can use a blank web
browser control and the problem will appear

........

What is making this so hard to debug is that I get no error messages, no
event, nothing, just an attempt to answer (click event) and then a hang.


Can anyone offer any advice about this, no matter how off the wall?

Thanks
 
M

Michael C

Just one question. How are you loading the Web page into the AxWebBrowser
control? I've encountered problems with AxWebBrowser causing problems in a
specific situation or two...

Thanks,
Michael C#
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top