[COLOR=#009000]** Show the plugin [1][/COLOR]
[COLOR=#000090][B]PluginRun[/B][/COLOR]("PlugIn","Show")
[COLOR=#009000]** Set the event handler [2][/COLOR]
set$ = [COLOR=#800000]'Shift,Ctrl,Alt,G'[/COLOR]
[COLOR=#000090][B]PluginSet[/B][/COLOR]("PlugIn","set$")
[COLOR=#000090][B]PluginRun[/B][/COLOR]("PlugIn","EventHandler")
[COLOR=#009000]**// Resize ComboBox Width [3][/COLOR]
set = [COLOR=#ff0000]180[/COLOR]
[COLOR=#000090][B]PluginSet[/B][/COLOR]("PlugIn","set")
[COLOR=#000090][B]PluginRun[/B][/COLOR]("PlugIn","BoxWidth")
[COLOR=#009000]**// Add Items [4][/COLOR]
set$ = [COLOR=#800000]'Adobe Product,Multi Media,Fax & Phone'[/COLOR]
[COLOR=#000090][B]PluginSet[/B][/COLOR]("PlugIn","set$")
[COLOR=#000090][B]PluginRun[/B][/COLOR]("PlugIn","AddManyItems")