Hey Guys
I'm kind of a newbie to C#. Now the syntax and the like don't bother me because I love java, so the actual programming is no problem. However, I'm trying to do something I can't figure out. I want to write a module in Visual C# (Visual Studio 2008) to read from an XML file and format it into HTML. Now I think I've got this previous part down, that shouldn't give me any problems. However, what I need to do now is to display this HTML in my form. In other words, I need a component which is an HTML Interpreter, or some other method to do this. Can anyone help me out on this?
Thanks in advance,
Mark.