Zebra0.com

visual-basic listmanager2

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 mnuViewHelp_Click(sender As Object, e As EventArgs) Handles mnuViewHelp.Click
  'Open the webpage where help can be found
   System.Diagnostics.Process.Start("www.zebra0.com") 'Webpage where the help info can be found
End Sub

NEXT: Select a Font