Click to See Complete Forum and Search --> : Showing XML File in C# form


Vinod S
November 25th, 2004, 01:53 AM
How can i show a xml file which shows a tree structure in a c# form, how can i load a html file in a c# form.

its urgent can any one help me in this

Norfy
November 25th, 2004, 02:23 AM
Simplest way is to use the ActiveX control for Explorer => AxWebBrowser (http://www.codeproject.com/csharp/webbrowser.asp)

cezart
November 27th, 2004, 01:59 PM
Win or Web form?