Normal
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.StopMicrosoft.VisualBasic.Interaction.MsgBox("Ben's plugin stopped.")End SubHTHSam
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