Could support for multi-paged TIFF images be added to Thumbnailer?
It is not in our plans to support more file types in the future. You should use ThumbPlus instead. [Top] • When I call the AddItem method to add a thumbnail, although the ItemAdd event is raised and the function returns “TRUE”, the thumbnail does not appear on screen. What could I been making wrong? Just call the control’s DrawItems method when you wish the manually added items to be displayed. This is by design, in order to allow the user to control if the added items will be displayed as soon as they are added, by calling the DrawItem method immediately after the AddItem method returns, or if they will be displayed once after all items have been successfully added.