When the user clicks on Help in the menu they will be taken to a webpage where the help information can be found.
Use the down arrow on the keyboard to get to the menu item View Help.
Double Click and add the code shown below:
Private Sub ViewHelpToolStripMenuItem_Click(sender As System.Object, e As System.EventArgs) _ Handles ViewHelpToolStripMenuItem.Clic
System.Diagnostics.Process.Start("www.zebra0.com") 'Webpage where the help info can be found
End Sub