Knowledge Base

ShellBrowser Delphi Edition

All entries (Page 3 / 3)

I want to drag and drop (copy) by default (not move). Do you have a routine that does this?

Setting the property CopyMode to cmCopy should do this job.

Is it possible to change folder additional properties such as Comments, Company Name?

No, this is not possible with the ShellBrowser Components.

Is it possible to use file recursion when copying using JamFileOperation. When I select files from different folders they are all copied into the root of the destination folder and the original folder structure are not preserved,

The component does not support the creation of the folder structure, it only copies the given files to the destination folder.

I 'm evaluating the ShellBrowser component and would like to add specific files to the list in Thumbnail view. How do I go about adding specific files to the list?

I would propose that you use the JamFileList. The JamFileList has anAdd() method, which you only have to pass a full qualified path to afile or folder, that adds the passed file or folder to the list.

I 'm evaluating the ShellBrowser component and would like to add specific files to the list in Thumbnail view. How do I go about adding specific files to the list?

I would propose that you use the JamFileList. The JamFileList has an Add() method, which you only have to pass a full qualified path to a file or folder, that adds the passed file or folder to the list.

I want to copy the icons (to glyphs on buttons) from a folder location and unsure which is the best method.Should I Use Shellbrowser or JamShellList?Also an example would be very useful!I have looked at manual page: 27.3.18 (V5.5.1) and it seems conficting, ShellBrowser1.GetThumbnailBitmap(bmp); // but this is wrong?! the code refers to width and height.

The best way to get icons is to use the TJamSystemImageList componente, which is a descendant of Delphi 's ImageList component.