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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:12:34+00:00 2026-05-21T16:12:34+00:00

I am using ShellExec in c++ and windows to open an url in the

  • 0

I am using “ShellExec” in c++ and windows to open an url in the default browser.

For very few customers it is failing with the following message:”This file does not have a program associated with it for performing this action”. I understand that this means that the “http” file type association is missing or invalid in the registry for this customer.

Questions:

Can I detect this issue programatically and fix or avoid it?
– I was thinking of using AssocQueryKey and RegQueryValueEx, but not sure this is possible.

I appreciate any advice on fixing this. I do not have a system that shows the problem, so I am hoping that someone here has already solved the problem.

This is the code to open the browser. urlToNavigateTo would be something like “http://www.website.com/function?key=9271”

    ErrorClass error;
    SHELLEXECUTEINFO execInfo;
    ZeroMemory (&execInfo, sizeof(SHELLEXECUTEINFO));
    execInfo.cbSize     = sizeof(SHELLEXECUTEINFO);
    execInfo.lpFile     = urlToNavigateTo.c_str();
    execInfo.nShow      = SW_SHOWNORMAL;
    execInfo.hwnd       = m_hWnd;   // parent window for error messages 
    BOOL bOK            = ShellExecuteEx (&execInfo);
    if (bOK!=TRUE) {
        STRING errMessage = _T("Could not navigate to url Reason:" )+ FACTORY->GetUtils()->GetPlatformErrorMessage(GetLastError());
        LOG_ERROR(errMessage);
        error.Assign(errMessage);
    }
  • 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-21T16:12:34+00:00Added an answer on May 21, 2026 at 4:12 pm

    You are not telling what action you want to perform. In this case, the action you want is open.

    ShellExecute(0, "open", "http://www.website.com/function?key=9271", 0, 0, SW_SHOWNORMAL);

    With ShellExecuteEx, it means you would add :

    execInfo.lpVerb = "open"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

using this http://bl.ocks.org/950642 we can see how to add images to nodes, the question
Using CI for the first time and i'm smashing my head with this seemingly
Using ASIHTTPRequest, I downloaded a zip file containing a folder with several audio files.
I have an application which runs using the context menu of windows explorer. I
This is very stupid but I seem to be completely lost trying to test
I have the following code in a batch file that is called by a
I'm using Beanstalkd message queue for ffmpeg processing video in my project. I use
I'm using the following code snippet to determine what process ID my vbscript is
I am trying to compile a latex source file from php, using exec :
I have an exe file which has the following code: while(1) printf("hello\n"); I'm executing

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.