Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6032199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T05:17:55+00:00 2026-05-23T05:17:55+00:00

In our application, when you go to Menu > Help…, it opens our help

  • 0

In our application, when you go to “Menu > Help…”, it opens our help files in Internet Explorer, which is the desirable effect. However, we have the shortcut key “F1” set to open the help files as well. It still opens the help in Internet Explorer… but it also opens them up at the same time in the user’s default web browser!

Here is the code in the event method that opens the web browser:

Private Sub menuHelpHelp_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles menuHelpHelp.Click

      Dim temp As String = String.Format("{0}\Internet Explorer\iexplore.exe", Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles))
      Dim temp2 As String = String.Format("{0}", Globals.HelpFilePath)
      If Not System.IO.File.Exists(temp2) 
         MessageBox.Show(String.Format("Could not find index.html, run ""help_zip.exe"" inside the Doc folder as an Administrator to restore the help system (make sure to overwrite all files when asked!)"))
      Else
         System.Diagnostics.Process.Start(temp, temp2)
      End If
   End Sub

If I step through the code after clicking the Help menu item, IE opens as intended when I hit the “System.Diagnostics.Process.Start(temp, temp2)” line. However, when I do the same thing after pressing F1, it opens first in the user’s default browser, and then in IE second. Any ideas? The code in this part of the application is written in VB.NET, and the application is a .NET 3.5 app.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T05:17:56+00:00Added an answer on May 23, 2026 at 5:17 am

    Out of curiosity, have you tried binding the action to another button to see if the problem still exists? Switch it from F1 to F2, see if it still happens. Almost certainly will, unless there’s some code in your program which you forgot about that’s causing problems.

    EDIT
    You appear to be setting a global variable for your help path.. which means the default F1 Help would likely load the correct file. So I’d go with the “F1 is still bound to the default Help action.” You’ll need to unbind it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In our current Asp.net MVC application we have 2 menu systems one accross the
We need to replace the menu system in our main ASP.NET application. So naturally
Our application is interfacing with a lot of web services these days. We have
Our application is well structured (well we did our best!) and we have split
In our application we're using jdMenu plugin to create a hierarchical menu from nested
Our application launches ListActivity that displays two menu options with launch a football game
I am creating an MFC application which will be launched on click on Explorer
I have a Java application with a custom defined Look and Feel in which
In our application we have a central resource where we define all system-wide menus
Our application is a hybrid Win32 unmanaged application and a .NET 2.0 managed application.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.