Make SystemExplorer PluginThis is a featured page

System Explorer goes open for maximum customization.

Version 1.5 will introduce brand new plugin system.

There is no need to know any programming language for make basic customization of System Explorer.
Complex plugins can be developed under any development environment which can produce WIN32 DLL binary.


See info from forum too >here<


No user avatar
mistercz
Latest page update: made by mistercz , Apr 23 2008, 2:45 AM EDT (about this update About This Update mistercz It's better for How To....section ;-) - mistercz

No content added or deleted.

- complete history)
Keyword tags: None
More Info: links to this page
Started By Thread Subject Replies Last Post
Stefan2 Start here 0 Apr 21 2008, 4:03 PM EDT by Stefan2
Thread started: Apr 21 2008, 4:03 PM EDT  Watch
To take an start with the brand new plugin system
take a look at "SimpleSearch.plg" file
found at
"....\SystemExplorerSDK\plugins\...."

Open this file "SimpleSearch.plg" into an editor like noteoad.

See

Item1_name=Notepad
Item1_type=MenuItem
Item1_parent=Window.Menu.Items.SystemUtilities1
item1_caption=Notepad
item1_onclick=notepad.exe@

this add an new menu item for the "System Utilities" menu

Item1_ means the number of item in this plugin.
The next item would be Item2_, then Item3_ and so on.

Short guidance:
Item1_name= holds the "intern" name for this item
Item1_type= holds the type of this plugin item
Item1_parent= shows where this item will be located within SystemExplorer
Item1_caption= holds an string to name this item in SystemExplorer
Item1_onclick= holds an command like you would type with Windows > Start > Run

Note that you have to end this run string with an at-sign @
6  out of 6 found this valuable. Do you?    
Keyword tags: menu item Plugin
Showing 1 of 1 threads for this page