|
-
Aug 18th, 2000, 09:05 AM
#1
Thread Starter
Addicted Member
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.
-
Aug 18th, 2000, 09:19 AM
#2
_______
<?>
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
-
Aug 19th, 2000, 02:49 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|