Skip to content

Commit

Permalink
Update Ring_WinCReg for better compatibility with Ring 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Majdi Sobain authored and Majdi Sobain committed Oct 7, 2016
1 parent e749804 commit b3cfe7a
Show file tree
Hide file tree
Showing 27 changed files with 379 additions and 374 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Ring_WinCReg
This Ring Extension helps access and edit windows registry entries and values easily from within Ring Programming Language

Note: RCRegistry Class in Ring_WinCReg Extension is now compatible with Ring 1.1 only.

It will show errors if used with Ring 1.0.

## How to use in Ring

1- Download this repo project as zip file from the green button on the upper right corner "Clone or download"
Expand All @@ -22,7 +26,9 @@ This is a simple ring code that use this extension:
Reg.OpenKey([HKEY_CURRENT_USER, "Software\MyApplication"])
# This will create the Key "MyApplication" if its not present then it will be Opened

Reg["AppVersion"].Set("2.3")
Reg["AppVersion"].SetValue("2.3")

See Reg["AppVersion"].GetValue()

Reg.CloseKey()

Expand Down
Loading

0 comments on commit b3cfe7a

Please sign in to comment.