Sign in or 

mistercz |
Latest page update: made by mistercz
, Apr 23 2008, 2:45 AM EDT
(about this update
About This Update
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 @ |
|||||