Web browser in .NET 2.0

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

I didn't ask this through the .NET 2.0 newsgroups because it seems like no
one is even talking on the NNTP groups....

does anyone know of a way to make the web browser control in .NET 2.0
editable? I looked at the document object for the can edit property but
couldn't find it. thanks
 
Brian Henry said:
does anyone know of a way to make the web browser control in .NET 2.0
editable? I looked at the document object for the can edit property but
couldn't find it.

I don't think this is supported by the WebBrowser control. However, you can
use the DHTML Edit control:

Right-click the toolbox -> "Add/Remove Elements..." ->
"COM Controls" -> "DHTML Edit Control for IE5".
 

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

Back
Top