Normal
Ok after Try and error and reading i have a solution. You must include the ICON as embenddet Resource in VB 2008 Then you can use the Icons with the following code Imports MediaPortal.Configuration <PluginIcons("NewMPplugin.Logo.png", "NewMPplugin.LogoDis.png")> _Public Class NewMPplugin Have fun
Ok after Try and error and reading i have a solution.
You must include the ICON as embenddet Resource in VB 2008
Then you can use the Icons with the following code
Imports MediaPortal.Configuration
<PluginIcons("NewMPplugin.Logo.png", "NewMPplugin.LogoDis.png")> _
Public Class NewMPplugin
Have fun