This method acquires the thumbnail image.

[Visual Basic]   [ Boolean = ]thumbcontrolname.GetFiles
[Visual C++]     [ BOOL = ]thumbcontrolname.GetFiles()
[VB.NET]   [ Boolean = ]thumbcontrolname.GetFiles()
[C#.NET]   [ bool = ]thumbcontrolname.GetFiles()

Parameters

None

Return Value

Returns True (nonzero) when successful, returns False (0) when not successful.

Explanation

The GetFiles method acquires the thumbnail image. To execute this method, it is necessary to set the ReadMode properties and the following properties:

(1) When specifying the folder name and file extension,
      set valid values for FilePath and FileExtension properties

(2) When specifying the file name
      set ListOfFileNames property to a list of file names and FilePath property to an empty string

Also, if the thumbnail file (ThumbnailFile property) does not exist or if it does exist and you want to get the thumbnail image without using it, you can sort using Sort, SortDate, SortOrder properties.

The ImageKit10 ActiveX is a product created by Newtone Corporation