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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:35:02+00:00 2026-05-27T14:35:02+00:00

i want to extend the contextmenu of sdf database-files. my current source public static

  • 0

i want to extend the contextmenu of sdf database-files.
my current source

    public static void Create()
    {
        string keyName = ".sdf";
        string contextName = "Das ist ein SDF Test";
        string exe = @"C:\Users\........exe";

        bool isWritable = true;

        try
        {
            RegistryKey classesRoot = Registry.ClassesRoot;
            RegistryKey parentKey = classesRoot.OpenSubKey(keyName, isWritable);

            parentKey.CreateSubKey("shell");

            RegistryKey shell = parentKey.OpenSubKey("shell", isWritable);
            RegistryKey context = shell.CreateSubKey(contextName);
            RegistryKey command = context.CreateSubKey("command");
            command.SetValue("", exe);
            classesRoot.Flush();
            classesRoot.Close();
        }
        catch (Exception)
        {
            throw;
        }
    }

now, when i opened the contextmenu nothing is happened…
what goes wrong?

  • 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-27T14:35:03+00:00Added an answer on May 27, 2026 at 2:35 pm

    Based on what you’ve said, the context menu opens but nothing happens, right?

    If this is the case, it looks like you need to pass the full path of the .sdf file into your exe’s command line.

    So update your exe string variable to be this:

    string exe = @"\"C:\Users\........exe\" \"%1\"";
    

    which will pass in the full path to the SDF to your exe.

    UPDATE:

    After researching again, you actually need to read the (default) value of .sdk in HKCR. On my machine it’s “Microsoft SQL Server Compact Edition Database File”. So you would need to create a new subkey directly below HKCR and and put your shell and command subkeys in there. Check out .txt and .doc to see an example.

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

Sidebar

Related Questions

I want to extend the String class with a method to create a url
I want to extend a WPF application with database functionality. Which database engine would
I have a static class in a shared project, which I want to extend
I want to extend the mappings database of DBpedia. Therefore I want to run
I want to extend gen_server (create a gen_server_extra ) with some additional functionality. The
I want to extend the basic ControlCollection in VB.NET so I can just add
I want to extend an existing application I made to make it set mixer
I want to extend a web server which is only able to handle RPC
I have a Django template that I want to extend in multiple places. In
I have a SVG file that I want to extend by adding onclick handlers

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.