The List Manager Project: Help (Go to a Webpage)

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

INDEX, The finishing touches, Select a Font, Go to a webpage for help, On ReSize make the list box fill the form., Print Preview and Print, Adding the About Box
Next lesson: Picture Viewer

Copyright © Zebra0.com
All rights reserved worldwide.

 
 

Go to a webpage for help