Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Registry Editor for Windows CE

0.00/5 (No votes)
4 Nov 2002 1  
A Registry editor for a Windows CE device.

Introduction

How many times have you had to edit the registry on a Pocket PC device and became frustrated because there was no registry editor on the device?. The remote registry editor was time consuming and also not available on a non-development platform such as a customer or a user site. So here I have developed a modest registry editor for the Pocket PC. I have been able to compile and test this on the Compaq IPAQ and HP Jornada. I feel the code should compile for other Pocket PC devices. If at all, only minor modifications might be required.

The application has a similar UI to the standard registry editor (regedit) available on the Windows platform. The actual code to read the registry entry and display the values is performed in reditview.cpp. It is standard Win32 registry API and the code is mostly self explanatory.

History

15 Mar 2002 

updated download

06 June 2002 

updated download. Includes facility to load binary data from file. contributed by Tony Robertson.

12 June 2002 

Updated source code. Rewrote node structures to handle add/edit/ registry keys and values.   
Clipboard copy of Key path. 
Includes facility to load binary data from file contributed by Tony Robertson as per June 6, 2002

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here