|
The JamExplorer sample project, with it's source code for C#, is coming with the Shellbrowser .Net Edition. 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 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 .Net Edition. 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. The only code written for this sample project were the handlers for the Buttons in the toolbar of the window (usually one line for each button).
|
|