CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: File Preview

  1. #1
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    File Preview

    I would like the Windows shell to show a preview of a file associated with my program. How do I go about it?


  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: File Preview

    Have a look at Vbnet and make a search for "association" or similar. Try also at vb2theMax. You should be able to find something about "Showing file association"
    Have a nice day
    Cesare

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Micahel
    and all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

    The Rater
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: File Preview

    Thanks, but associating a file with an extension is not a problem. I want the Windows shell to show a preview of my file just as it does for BMPs and JPGs


  4. #4
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: File Preview

    I'm curious on how you get Windows Shell to Preview a .bmp or .jpg file. What do you do to accomplish this? Right Clicking the file does not show any preview option on my system


    John G

  5. #5
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: File Preview

    When you view folder contents as a Web page, a thumbnail preview is shown on the left for BMPs, JPGs, GIFs, PPTs, and some DOCs.


  6. #6
    Join Date
    May 2001
    Location
    MO, USA
    Posts
    87

    Re: File Preview

    well if i get what your syaing you need to take a snapshot of the file and then assign it were you want the snapshot to be viewed, like viewing .bmps in the my pictures folder...how to do it i am not sure but maybe someone else will.

    midnightservice


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

Featured