Results 1 to 1 of 1

Thread: Registry Editor - demonstrates how to use various registry related API functions.

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2003
    Posts
    1,807

    Minor code fix.

    Registry Editor is a basic utility for editing the Windows registry. The user can view, create, modify, and delete keys and their values. It shows how binary/numeric data can be handled by converting data to and from an escape sequence of hexadecimal characters. It can also detect which hive keys are present. You can see this by running the program in various compatibility modes such as those for Windows 98 and XP.

    The program also demonstrates how to use registry related API functions such as RegCreateKeyEx, RegEnumKeyEx, RegEnumValue, RegQueryInfoKey, and RegQueryValueEx.
    Last edited by Peter Swinkels; Aug 22nd, 2016 at 03:28 PM. Reason: Minor code fix.

Tags for this Thread

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