WebBrowser Control

N

Nutan

Hello,

I am facing two problems with WebBrowser control in C#:

1. How to add HTMLElement to WebBrowser.Document.Body at current mouse
location.

2. How to avoid/disable alert message when changing DocumentText property of
WebBrowser?
Alert Mesage that i am getting goes something like this : "Doument is
changed.. Do you want to save changes? "

Any help would be highly appreciated.

Thanks in advance!

Nutan
 
I

intrader

Nutan said:
Hello,

I am facing two problems with WebBrowser control in C#:

1. How to add HTMLElement to WebBrowser.Document.Body at current mouse
location.

2. How to avoid/disable alert message when changing DocumentText property of
WebBrowser?
Alert Mesage that i am getting goes something like this : "Doument is
changed.. Do you want to save changes? "

Any help would be highly appreciated.

Thanks in advance!

Nutan
You may look at Ajax tecniques to obtain some html from the server and
replacing the innertext of some first element in the html.
 

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