|
-
Dec 8th, 2002, 06:20 PM
#1
Thread Starter
Lively Member
Convert HTML to preview image
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.
-
Dec 8th, 2002, 07:25 PM
#2
yay gay
will u have the images on the cache? or will they be created at run-time?
\m/  \m/
-
Dec 9th, 2002, 01:31 AM
#3
New Member
no...
I have physical HTML files , and i need to convert them to images and than present it to the users
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|