Results 1 to 3 of 3

Thread: Potential Projects

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    Scotland
    Posts
    184

    Talking

    There was a post last week by someone looking for Projects and it spured me onto a new one. I intend creating a utility to preview images.

    Does anyone have any comments, views, pointers or pitfalls for me?

    I intend to use the ImageList type thing to collect all .icos, .jpegs, etc then give the user an option to preview them in a small box (what kind?). What kind of files would this work for? Any memory, speed, efficiency issues?

    I know there will be someone who has done this before, but I want to try it myself before asking for code examples, which will probably be next week.


  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    use a file listbox to list the image files
    on click load the image
    use an image control with stretch propery to true
    presto there is your thumbnail



    [Edited by HeSaidJoe on 08-18-2000 at 10:21 AM]
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3
    Guest
    the image control... why didnt I think of that?

    I am not being sarcastic here,
    about 2 months ago I wrote an image viewing/encryption program for a friend, because he wanted to hide his porn from his wife(hehehehe).(I copied the encrypiton algo. out of a book, because I didnt know anything about encryption a few months ago)
    and I loaded the image into a picture box that was hidden, then stretchblt'ed it onto a picbox that wasnt hidden.....
    i cant beleive I didnt think of using the image control.

    thanks for the idea anyway, I think I might just make my friend an upgrade.

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