i have no idea about what im doing the problem is that i got the assignment without any further explanation all what i have to do is make a program with main form that will load an html file into it but without using web browser class and the Html will contain a text and images and the only hint i got is i'll be using "Xelement to read the file from a Dom tree and render it into a bitmap file that will be displayed into the form"
Asked
Active
Viewed 210 times
1 Answers
0
I'm confused by your question. Are you looking for this?
It is a browser you can manipulate in your code.
Addendum:
Or perhaps is it this you need?
- Create HttpWebRequest Object
- Create HttpWebResponse Object
- Get Html Source
The Html Source will have the DOM Object:
- Navigate with Xelement
- Print elements as you discover them in the DOM.

Totero
- 2,524
- 20
- 34
-
i couldn't do any thing because as i said i have no idea about what im doing the problem is that i got the assignment without any further explanation all what i have to do is making a program with main form that will load an html file into it but without using web browser class and the Html will contain a text and images and the only hint i got is i'll be using "Xelement to read the file from a Dom tree and render it into a bitmap file that will be displayed into the form" and sorry for confusing you but i'm confused also – m131313 Nov 07 '12 at 15:15