G George Medlock Mar 25, 2005 #1 One of the items in the help pulldown menu is a website address. How do I create a hyperlink to the menu item? Thanks
One of the items in the help pulldown menu is a website address. How do I create a hyperlink to the menu item? Thanks
G Guest Mar 25, 2005 #2 Hi, In the menu items click event use Process.Start("msdn.microsoft.com") to open the default browser and navigate to the msdn home page. Ken
Hi, In the menu items click event use Process.Start("msdn.microsoft.com") to open the default browser and navigate to the msdn home page. Ken