|
The JamExplorer sample project, with it's source code for VB and VB.NET, is coming with the Shellbrowser component suite. With the components, it is also possible to build a search program like JamSearch. The screenshots are taken from a German Windows XP, on an english Windows version,
|
the context menu and other elements would of course appear in English, etc. You can download these sample applications (compiled with Delphi) in executable form here:

|
|
JAMExplorer is a project which shows how to build an Explorer like application using the visual shell controls of the ShellBrowser component suite. On the left pane, you have the typical TreeView, on the right pane the contents of the current folder is displayed. In the toolbar you find some of the typical explorer buttons like delete, properties, small/large icons. For every item, the context menu is displayed when the user right clicks on it, the items can be renamed and Drag&Drop operations are supported. The only code written for this sample project were the handlers for the SpeedButtons in the toolbar of the window (usually one line for each button).
|
|