Hi !

I have the following problem for my C# application (stand alone application and not a web application) , and I'm not sure how I can do it.

I want to add the following feature to my application.

I have a tree view which his nodes are links to HTML page. I want to show the user a preview of those html pages before hi decide to open them.

I know that there is some class which generate a bitmap image (thumbevile or something) but I couldn't figure out how to run it to perform my goal.

Basically I need the following mechanism:

1.Take an HTML file (or any other file) and convert it to Bit map.
2. Than each time the user goes over the tree node , it will see this preview of the relevant page in a small frame on the screen.

Please let me know if i can do such , and if yes how and what I exactly need to do.

Any Code Example (please send me the complete code and refer me to which line I need to go) will be more than acceptable.

I really need you help ,

Best Regards, Ori.