Results 1 to 3 of 3

Thread: Convert HTML to preview image

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    92

    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.

  2. #2
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    will u have the images on the cache? or will they be created at run-time?
    \m/\m/

  3. #3
    New Member
    Join Date
    Nov 2002
    Posts
    6

    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
  •  



Click Here to Expand Forum to Full Width