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 6773981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:43:57+00:00 2026-05-26T15:43:57+00:00

I am trying to open windows 7 help from a .Net form application to

  • 0

I am trying to open windows 7 help from a .Net form application to a specific bookmark, at printer installation for example.

I tried to open it in the same whay that I open Control Panel applets (Back & Restore in the example below).

ProcessStartInfo startInfo = new ProcessStartInfo(@"c:\windows\system32\control.exe", "/name Microsoft.BackupAndRestore");

startInfo.UseShellExecute = true;

Process.Start(startInfo);

But it doesn’t work.
I didn’t succeed neither to open the .exe.
Does anyone know how to do this?

  • 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-26T15:43:58+00:00Added an answer on May 26, 2026 at 3:43 pm

    IIRC HelpPane.exe works with .h1s files so if you have full path to such a file you can just use for example Process.Start (@"C:\myDir\myhelpfile.h1s"); to open it.

    According to MS another option (most likely the recommenced one) is to host the HelpPane (which is basically a COM object!) – for details see http://msdn.microsoft.com/en-us/library/ms728715%28v=VS.85%29.aspx

    Other important MSDN links are:

    • http://msdn.microsoft.com/en-us/library/bb757030.aspx
    • http://msdn.microsoft.com/en-us/library/ms728718%28v=VS.85%29.aspx
    • http://msdn.microsoft.com/en-us/library/ms728713%28v=VS.85%29.aspx

    From the above links:

    The Help Pane API can only be used to display the Windows Help content
    set. It can be customized by OEMs, system builders, and enterprise
    customers under license agreement, but cannot be used by third-party
    programs. Displaying content that is not part of the Windows Help
    content set is not supported.

    Depending on what you want to achieve you might need to first sign a license agreement with MS…

    EDIT – as per comments:

    To display a specific topic you need to call the method DisplayTask of the COM object with the URL of that topic.

    EDIT 2 – as per comments the final solution:

    Add a reference to C:\Windows\System32\HelpPaneProxy.dll to the project then you can use the HelpPane like this

    HxHelpPane pHelpPane = new HxHelpPane(); 
    pHelpPane.DisplayTask("mshelp://windows/?id=e725b43f-94e4-4410-98e7-cc87ab2739aa");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to install Laconica , an open-source Microblogging application on my Windows development
I am currently developing a C# Windows Form Application. Now I am trying to
What is the value of OPEN_EXISTING in the Windows API? I'm trying to open
I am trying to open one window from another using makeKeyAndOrderFront. The new window
I am trying to call a javascript function from asp.net codebehind using onclientclick for
I'm trying to connect from a pocket pc app (windows mobile 6) to a
I'm trying to connect to an oracle db from an ASP classic application, however
I'm experimenting on this code that I got from the net (I'm trying to
I am trying open a new window using url.Action. And the new Window url
I am trying to open a few links in a new window using Jquery

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.