axWebBrowser Managed Code?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there,

Ok if anyopne has been reading my past posts I have been looking for
something in C# that will allow me access to the HTML DOM and visually
display in real time any changes my program makes to a web page (this is all
for testing purposes of a large enterprise web app). Anywho, I think
axWebBrower is going to work. I have 4 simple questions:

1) Is the axWebBrowser managed code?

2) If it isn't, is there an alternative managed version I can use?

3) If not, what are the implications of using unmanaged code in my program?

4) Will there be a manged alternative in the future that anyone knows of?

Any answers will be greatly appreciated! Thank you all.
 
1) The axWebBrowser is an ActiveX control.

2) There are alternatives, but most of them cost $$$.

3) You can safely use the axWebBrowser in your managed code app. There are
examples of its usage at www.thecodeproject.com.

4) Probably, but may not be for a while.
 
Back
Top