ad usare il codice che hai suggerito

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
MsgBox("Questo è il testo")
End Sub

ma mi da il seguente errore:

It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.

Mi sai dare qualche dritta?
Grazieeee
Giulia