CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2006
    Location
    Taiwan, Republic of China
    Posts
    126

    [RESOLVED] How to enable the Registry Editor in VC2005 ?

    Hi,

    I created a smart device project in VC2005 which is
    a MFC application .
    When open this project, I found the [View]->[Registry]
    is disabled.(see the attached reg.jpg)
    Does anybody know how to enable it ?

    Thanks
    Attached Images Attached Images  

  2. #2
    Join Date
    May 2006
    Posts
    327

    Re: How to enable the Registry Editor in VC2005 ?

    I think the Visual Studio Registry Editor is available only in case of "Setup" projects. It is not accessible in case of C++ or C# projects.

  3. #3
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: How to enable the Registry Editor in VC2005 ?

    Quote Originally Posted by xiaudai
    Hi,

    I created a smart device project in VC2005 which is
    a MFC application .
    When open this project, I found the [View]->[Registry]
    is disabled.(see the attached reg.jpg)
    Does anybody know how to enable it ?

    Thanks
    What exactly you are expecting from "Registry" ?
    Regards,
    Ramkrishna Pawar

  4. #4
    Join Date
    May 2006
    Location
    Taiwan, Republic of China
    Posts
    126

    Re: How to enable the Registry Editor in VC2005 ?

    Hi, Viorel :

    What is "Setup" project ?


    Hi, Krishnaa:

    I just want to see what OLE Active X are registered
    in the Pocket PC Emulator and in a Pocket PC device.
    In desktop PC, I can use "regedit.exe" to browse registry
    but in pocket pc what I can use is the registry editor provided by VC++.
    Actually, I found embeded VC++ has a "remote registry editor"
    and it works. But in VC2005, this utility doesn't work and
    this makes me confused.

    Anyway, thanks for the reply

  5. #5
    Join Date
    May 2006
    Location
    Taiwan, Republic of China
    Posts
    126

    Re: How to enable the Registry Editor in VC2005 ?

    Hi,

    Here is a solution to share with you.

    Use the Remote Registry Editor to change registry settings on the device.

    [To change registry settings]
    1. On the Windows Start menu, point to All Programs, point to Visual
    Studio 2005, point to Visual Studio Remote Tools, and then click Remote
    Registry Editor.

    2. In the Select a Windows CE Device window, click the target device whose
    registry you want to edit.
    A node representing the registry of the target device is displayed in the
    left pane of the Registry Editor.

    3. Expand the node to make your changes.
    Last edited by xiaudai; August 29th, 2006 at 03:13 AM.

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