ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Populate ImageenMview
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

pierrotsc

USA
499 Posts

Posted - Mar 25 2012 :  06:30:03  Show Profile  Reply
I thought there was an example about that but I cannot find it. I would like when i start my application to have all the images from a directory to be added as thumbnails to my imageenmview.
How can i do that?
Thanks.

w2m

USA
1990 Posts

Posted - Mar 25 2012 :  11:12:12  Show Profile  Reply
ImageEnMView1.Clear;
ImageEnMView1.StoreType := ietThumb;
ImageEnMView1.FillFromDirectory('c:\images');

See the help file for more info...

William Miller
Go to Top of Page

pierrotsc

USA
499 Posts

Posted - Mar 25 2012 :  16:06:58  Show Profile  Reply
Thank you..It works perfect. Sincerely,
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: