Reply to thread

Try enclosing the Stop word in square brackets, like this [Stop] , whenever you don't want VB.NET to recognise it as a keyword.


So try this:

 Public Sub [Stop]() Implements Mediaportal.GUI.Library.IPlugin.Stop

Microsoft.VisualBasic.Interaction.MsgBox("Ben's plugin stopped.")

End Sub


HTH


Sam


Top Bottom