Reply to thread

Hi all,


i am trying to write a new plugin. And want it to look nice as well as work....


Problem is, i cannot for the life in me specify a different plugin icon for the configuration screen.


Ive seen code include such lines as:


[CODE][PluginIcons("somepluginicon", "someothericon")][/CODE]


But i cannot seem to do this, even if i copy all of their code exactly.


I get the following error:


[CODE]The type or namespace name 'PluginIcons' could not be found (are you missing a using directive or an assembly reference[/CODE]


What references am i missing (baring in mind i copied the entirity of apparantly working code and got the same error).....


Thanks


Top Bottom