Carousel ActiveX Control

AddThumbnail

 

Add thumbnail to Carousel. It support BMP, GIF, ICO, JPEG, J2K, JP2, JPC, J2C, PCX, PNG, PSD, TIF, WMF, WBMP, TGA, PGX, RAS, PNM, Raw Image ( cr2, nef , crw, mrw, raf, erf, 3fr, dcr, raw, dng, pef,  x3f, arw, sr2, mef, prf) file formats.

Public Function AddThumbnail(
 ByVal strImage As String
) as Bool 

 

Parameter
strImage
the path of image file.

Return Value
true - successful, otherwise return false.

Example

   

Visual Basic Syntax
Carousel1.AddThumbnail "c:\test.jpg"