CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    37

    Registry related problem

    Hi:

    Hi, I have an application I'm building using MFC that uses the registry. In it, I call EnableShellOpen(), and RegisterShellFileTypes() to enable the user to open a document by double-clicking it in the explorer. The problem I have is that when I double click the document to open it, a 2nd registry key is created for my app with the short file naming standard. In other words, if my App uses a main registry key called "Programming MFC", when I double click the document file, a key called "Progra~1" is created in the registry. I have no problems with the sub-keys, just the main key. How can I prevent this?

    thanks,
    -Matt


  2. #2
    Join Date
    Apr 1999
    Posts
    43

    Re: Registry related problem

    Look at Q148806 perhaps it is related with that problem.

    Mike


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured