HTML rendering in C#
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi! I need to be able to view web pages in a C# application. Does anyone know how to use the IE or Mozilla engine in .NET?
-
Hi! I need to be able to view web pages in a C# application. Does anyone know how to use the IE or Mozilla engine in .NET?
You'll have to use COM Interop and load up the MS COM-Based HTML engine. I dont know of a native HTML parser for C# yet.